Click or drag to resize

CPDFViewerViewportHeight Property

Gets the vertical size of the viewport for this content.

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

Return Value

Type: Double
A Double that represents, in device independent pixels, the vertical size of the viewport for this content. This property has no default value.

Implements

IScrollInfoViewportHeight
See Also