PdfImage
PhysicalDimension Property
|
Returns the size of the image in points.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
SizeF
Remarks
This property uses HorizontalResolution and VerticalResolution for calculating the size in points.
See Also