Gets or sets a value indicating whether to open an
ImageGear.Core.ImGearDocument for images.
Syntax
[Category("File Open Options")]
public bool OpenDocument {get; set;}
[Category("File Open Options")]
public: __property bool get_OpenDocument();
public: __property void set_OpenDocument(
bool value
);
[Category("File Open Options")]
public:
property bool OpenDocument {
bool get();
void set ( bool value);
}
'Declaration
<CategoryAttribute("File Open Options")>
Public Property OpenDocument As Boolean
'Usage
Dim instance As PageView
Dim value As Boolean
instance.OpenDocument = value
value = instance.OpenDocument
Property Value
Boolean value.
See Also