ImageGear .NET v25.0 - Updated
IsXObject Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : IsXObject Property
Gets a value indicating whether the image is an XObject image.
Syntax
'Declaration
 
Public ReadOnly Property IsXObject As Boolean
'Usage
 
Dim instance As ImGearPDEImage
Dim value As Boolean
 
value = instance.IsXObject
public bool IsXObject {get;}
public: __property bool get_IsXObject();
public:
property bool IsXObject {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members