PdfImageInfo
Image Property
|
Gets the Image
Namespace:
Spire.Pdf.Utilities
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Image Image { get; }
Public ReadOnly Property Image As Image
Get
public:
property Image^ Image {
Image^ get ();
}
member Image : Image with get
Property Value
Type:
Image
See Also