Returns the size of the image in points.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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
SizeF
Remarks
This property uses HorizontalResolution and VerticalResolution for calculating the size in points.