Gets or sets the units to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values.
public CodecsRasterizeDocumentUnit Unit { get; set; }
Public Property Unit As Leadtools.Codecs.CodecsRasterizeDocumentUnit
public:
property Leadtools.Codecs.CodecsRasterizeDocumentUnit Unit {
Leadtools.Codecs.CodecsRasterizeDocumentUnit get();
void set ( Leadtools.Codecs.CodecsRasterizeDocumentUnit value);
}
A Leadtools.Codecs.CodecsRasterizeDocumentUnit enumeration member that specify the unit to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values. Default value is CodecsRasterizeDocumentUnit.Inch
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