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); }
'Declaration Public Property TileSize As Size
'Usage Dim instance As SaveOptionsJp2 Dim value As Size instance.TileSize = value value = instance.TileSize
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.
SaveOptionsJp2 Class SaveOptionsJp2 Members System.Drawing.Size
©2019. Accusoft Corporation. All Rights Reserved.