Accusoft.ImagXpress13.Net
Method Property




Gets and sets the method for saving the Ljp file.
Syntax
'Declaration
 
Public Property Method As LjpMethod
'Usage
 
Dim instance As SaveOptionsLjp
Dim value As LjpMethod
 
instance.Method = value
 
value = instance.Method
public LjpMethod Method {get; set;}
public: __property LjpMethod get_Method();
public: __property void set_Method( 
   LjpMethod value
);
public:
property LjpMethod Method {
   LjpMethod get();
   void set (    LjpMethod value);
}

Property Value

A LjpMethod enumeration value which determines the method type to use during saving.
Remarks

Note: Available in Professional edition.

See Also

Reference

SaveOptionsLjp Class
SaveOptionsLjp Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback