Gets or sets a value which indicates whether the generated thumbnail should be forced to the requested size, even if MaintainAspectRatio is set to true.
public bool ForceSize { get; set; }
Public Property ForceSize As Boolean
public bool ForceSize {get; set;}
@property (nonatomic, assign) BOOL forceSize
public boolean getForceSize()
public void setForceSize(boolean value)
<br/>get_ForceSize();<br/>set_ForceSize(value);<br/>Object.defineProperty('ForceSize');
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.
This parameter is ignored if MaintainAspectRatio is false.
For an example, refer to RasterCodecs.ReadThumbnail.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET