←Select platform

Unit Property

Summary
Gets or sets the units to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values.
Syntax
C#
VB
Objective-C
C++
Java
public CodecsRasterizeDocumentUnit Unit { get; set; } 
Public Property Unit As CodecsRasterizeDocumentUnit 
@property (nonatomic, assign) LTCodecsRasterizeDocumentUnit unit 
public CodecsRasterizeDocumentUnit getUnit() 
public void setUnit(CodecsRasterizeDocumentUnit value) 

Property Value

A CodecsRasterizeDocumentUnit enumeration member that specify the unit to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values. Default value is CodecsRasterizeDocumentUnit.Inch

Remarks

When using a pixel unit (CodecsRasterizeDocumentUnit.Pixel), the page width and height are multiplied by the current resolution(XResolution and YResolution) to determine the final physical page size).

Possible values are:

Value Description
CodecsRasterizeDocumentUnit.Pixel

The page width, height or margins are in pixels

CodecsRasterizeDocumentUnit.Inch

The page width, height or margins are in inches

CodecsRasterizeDocumentUnit.Millimeter

The page width, height or margins are in millimeters

Example

For an example, refer to CodecsRasterizeDocumentLoadOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.