Accusoft.ImagXpress13.Net
Metafile Property




Gets and sets the specific LoadOptionsMetafile applicable to a metafile.
Syntax
'Declaration
 
Public Property Metafile As LoadOptionsMetafile
'Usage
 
Dim instance As LoadOptions
Dim value As LoadOptionsMetafile
 
instance.Metafile = value
 
value = instance.Metafile
public LoadOptionsMetafile Metafile {get; set;}
public: __property LoadOptionsMetafile* get_Metafile();
public: __property void set_Metafile( 
   LoadOptionsMetafile* value
);
public:
property LoadOptionsMetafile^ Metafile {
   LoadOptionsMetafile^ get();
   void set (    LoadOptionsMetafile^ value);
}

Property Value

The LoadOptionsMetafile values set.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback