Click or drag to resize

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; }

Property Value

Type: SizeF
Remarks
This property uses HorizontalResolution and VerticalResolution for calculating the size in points.
See Also