Returns the size of the image in points.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public virtual SizeF PhysicalDimension { get; }
Public Overridable ReadOnly Property PhysicalDimension As SizeF Get
public: virtual property SizeF PhysicalDimension { SizeF get (); }
abstract PhysicalDimension : SizeF with get override PhysicalDimension : SizeF with get
Property Value
SizeFRemarks
This property uses HorizontalResolution and VerticalResolution for calculating the size in points.