CPDFViewerViewportWidth Property |
Gets the horizontal 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)
Syntaxpublic double ViewportWidth { get; }
Return Value
Type:
DoubleA
Double that represents, in device independent pixels, the horizontal size of the viewport for this content. This property has no default value.
Implements
IScrollInfoViewportWidth
See Also