Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSize Size {
get;
}
VB
Public ReadOnly Property Size As PdfSize
Get
Property Value
Type:
PdfSize
A
PdfSize that represents the width and height of this
PdfBox structure.
See Also