ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / FileOpeningEventArgs Class / OpenDocument Property




In This Topic
    OpenDocument Property (FileOpeningEventArgs)
    In This Topic
    Gets or sets a value indicating whether to open an ImageGear.Core.ImGearDocument for images.
    Syntax
    'Declaration
     
    Public Property OpenDocument As Boolean
    'Usage
     
    Dim instance As FileOpeningEventArgs
    Dim value As Boolean
     
    instance.OpenDocument = value
     
    value = instance.OpenDocument
    public bool OpenDocument {get; set;}
    public: __property bool get_OpenDocument();
    public: __property void set_OpenDocument( 
       bool value
    );
    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.

    See Also