ImageGear .NET v24.12 - Updated
OpenDocument Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : OpenDocument Property
Gets or sets a value indicating whether to open an ImageGear.Core.ImGearDocument for images.
Syntax
'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
[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);
}

Property Value

Boolean value.
Remarks

Defaults to false.

If no display object exists, a new will always be created.

Value is used as initial default in FileOpeningEventArgs.OpenDocument for FileOpening event.

See Also

Reference

PageView Class
PageView Members