ImageGear PDF v25.2 - Updated
OpenImages Property (PageView)




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : OpenImages Property
Gets or sets a value indicating whether images will be opened.
Syntax
'Declaration
 
<CategoryAttribute("File Open Options")>
Public Property OpenImages As Boolean
'Usage
 
Dim instance As PageView
Dim value As Boolean
 
instance.OpenImages = value
 
value = instance.OpenImages
[Category("File Open Options")]
public bool OpenImages {get; set;}
[Category("File Open Options")]
public: __property bool get_OpenImages();
public: __property void set_OpenImages( 
   bool value
);
[Category("File Open Options")]
public:
property bool OpenImages {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks

Defaults to true.

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

See Also

Reference

PageView Class
PageView Members

Is this page helpful?
Yes No
Thanks for your feedback.