PdfMetafile
PageUnit Property
|
Gets or sets the page unit.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public GraphicsUnit PageUnit { get; set; }
Public Property PageUnit As GraphicsUnit
Get
Set
public:
property GraphicsUnit PageUnit {
GraphicsUnit get ();
void set (GraphicsUnit value);
}
member PageUnit : GraphicsUnit with get, set
Property Value
Type:
GraphicsUnit
The page unit.
See Also