Gets or sets a value that indicate the transformation to use when converting the logical size specified in PageWidth and PageHeight to the final physical raster image size.
public CodecsRasterizeDocumentSizeMode SizeMode { get; set; }
Public Property SizeMode As Leadtools.Codecs.CodecsRasterizeDocumentSizeMode
public:
property Leadtools.Codecs.CodecsRasterizeDocumentSizeMode SizeMode {
Leadtools.Codecs.CodecsRasterizeDocumentSizeMode get();
void set ( Leadtools.Codecs.CodecsRasterizeDocumentSizeMode value);
}
A Leadtools.Codecs.CodecsRasterizeDocumentSizeMode enumeration member that indicate the transformation to use when converting the logical size specified in PageWidth and PageHeight to the final physical raster image size. Default value is CodecsRasterizeDocumentSizeMode.None.
For more information, refer to Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions
Refer to RasterOpenDialog example.
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