PdfImage
VerticalResolution Property
|
Gets the vertical resolution, in pixels per inch, of this Image.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public virtual float VerticalResolution { get; }
Public Overridable ReadOnly Property VerticalResolution As Single
Get
public:
virtual property float VerticalResolution {
float get ();
}
abstract VerticalResolution : float32 with get
override VerticalResolution : float32 with get
Property Value
Type:
Single
The vertical resolution.
See Also