Accusoft.ImagXpress13.Net
TileSize Property




Gets and sets the tile size.
Syntax
'Declaration
 
Public Property TileSize As Size
'Usage
 
Dim instance As SaveOptionsJp2
Dim value As Size
 
instance.TileSize = value
 
value = instance.TileSize
public Size TileSize {get; set;}
public: __property Size get_TileSize();
public: __property void set_TileSize( 
   Size value
);
public:
property Size TileSize {
   Size get();
   void set (    Size value);
}

Property Value

A System.Drawing.Size value which represents the tile size.
Remarks

The default value is zero.

The recommended non-zero setting is 64, with the width and height arguments of the System.Drawing.Size property usually being equal.

See Also

Reference

SaveOptionsJp2 Class
SaveOptionsJp2 Members
System.Drawing.Size

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback