public bool UseTileSize {get; set;}
'Declaration
Public Property UseTileSize As Boolean
'Usage
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
instance.UseTileSize = value
value = instance.UseTileSize
public bool UseTileSize {get; set;}
@property (nonatomic, assign, getter=usesTileSize) BOOL useTileSize
public boolean getUseTileSize()
public void setUseTileSize(boolean value)
<br/>get_UseTileSize();<br/>set_UseTileSize(value);<br/>Object.defineProperty('UseTileSize');
public:
property bool UseTileSize {
bool get();
void set ( bool value);
}