DocPicture
Image Property
|
Gets internal System.Drawing.Image object.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Image Image { get; }
Public ReadOnly Property Image As Image
Get
public:
virtual property Image^ Image {
Image^ get () sealed;
}
abstract Image : Image with get
override Image : Image with get
Property Value
Type:
Image
Implements
IPicture
Image
See Also