Gets the width of the page in document default units.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic int Width { get; }
Public ReadOnly Property Width As Integer
Get
public:
property int Width {
int get ();
}
member Width : int with get
Property Value
Type:
Int32The width of the page in document default units.
See Also