Accusoft.ImagXpress13.Net
ByteOrder Property




Gets and sets the TIFF byte order to use when saving the image to a TIFF file.
Syntax
'Declaration
 
Public Property ByteOrder As ByteOrder
'Usage
 
Dim instance As SaveOptionsTiff
Dim value As ByteOrder
 
instance.ByteOrder = value
 
value = instance.ByteOrder
public ByteOrder ByteOrder {get; set;}
public: __property ByteOrder get_ByteOrder();
public: __property void set_ByteOrder( 
   ByteOrder value
);
public:
property ByteOrder ByteOrder {
   ByteOrder get();
   void set (    ByteOrder value);
}

Property Value

A ByteOrder enumeration value.
See Also

Reference

SaveOptionsTiff Class
SaveOptionsTiff Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback