Gets the size of the area occupied by this image.
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:
PdfSizeThe size of the area occupied by this image.
See Also