Click or drag to resize

CPDFViewerExtentWidth Property

Gets the horizontal size of the extent.

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public double ExtentWidth { get; }

Return Value

Type: Double
A Double that represents, in device independent pixels, the horizontal size of the extent. This property has no default value.

Implements

IScrollInfoExtentWidth
See Also