Returns the size of the image in points.

Namespace: Spire.Pdf.Graphics
Assembly: 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

SizeF

Remarks

This property uses HorizontalResolution and VerticalResolution for calculating the size in points.

See Also