XFINIUM.PDF.View.Win Documentation
ContentSize Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : ContentSize Property
Gets the content size.
Syntax
'Declaration
 
Public ReadOnly Property ContentSize As Size
'Usage
 
Dim instance As PdfDocumentView
Dim value As Size
 
value = instance.ContentSize
public Size ContentSize {get;}
public:
property Size ContentSize {
   Size get();
}

Property Value

The size of the content displayed in the viewer control.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentView Class
PdfDocumentView Members