public bool ForceSize {get; set;}
'Declaration
Public Property ForceSize As Boolean
'Usage
Dim instance As CodecsThumbnailOptions
Dim value As Boolean
instance.ForceSize = value
value = instance.ForceSize
public bool ForceSize {get; set;}
@property (nonatomic, assign) BOOL forceSize;
public boolean getForceSize()
public void setForceSize(boolean value)
get_ForceSize();
set_ForceSize(value);
Object.defineProperty('ForceSize');
public:
property bool ForceSize {
bool get();
void set ( bool value);
}
Property Value
true to indicate that the thumbnail image will be generated by creating a "canvas" image with the requested size, and then centering the actual image inside that image. Note this is a slower process.