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