KeepPartAndCloneSolidObjectToNextPageAlgorithm Constructor (Single)

Aspose.Note for .NET API

KeepPartAndCloneSolidObjectToNextPageAlgorithm Constructor (Single)

Initializes a new instance of the KeepPartAndCloneSolidObjectToNextPageAlgorithm class, using specific height limit of cloned part.

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public KeepPartAndCloneSolidObjectToNextPageAlgorithm(
	float heightLimitOfClonedPart
)
Public Sub New ( 
	heightLimitOfClonedPart As Single
)
public:
KeepPartAndCloneSolidObjectToNextPageAlgorithm(
	float heightLimitOfClonedPart
)
new : 
        heightLimitOfClonedPart : float32 -> KeepPartAndCloneSolidObjectToNextPageAlgorithm

Parameters

heightLimitOfClonedPart
Type: SystemSingle
The max height of cloned part.
See Also