Width Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The width of the page in units of 1/96th of an inch.

Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public int Width { get; internal set; }
Visual Basic
Public Property Width As Integer
	Get
	Friend Set
Visual C++
public:
property int Width {
	int get ();
	internal: void set (int value);
}

See Also