Click or drag to resize

CPDFViewerSetIsCrop Method

Whether to enable cropping

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void SetIsCrop(
	bool isCrop,
	List<int> cropPages = null
)

Parameters

isCrop
Type: SystemBoolean
Whether to enable cropping
cropPages (Optional)
Type: System.Collections.GenericListInt32
See Also