Visual Basic (Declaration) | |
---|---|
Public Property Unit As CodecsRasterizeDocumentUnit |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CodecsRasterizeDocumentUnit Unit {get; set;} |
C++/CLI | |
---|---|
public: property CodecsRasterizeDocumentUnit Unit { CodecsRasterizeDocumentUnit get(); void set (CodecsRasterizeDocumentUnit value); } |
Return Value
A CodecsRasterizeDocumentUnit enumeration member that specify the unit to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values. Default value is CodecsRasterizeDocumentUnit.InchFor an example, refer to CodecsRasterizeDocumentLoadOptions.
When using a pixel unit (CodecsRasterizeDocumentUnit.Pixel), the page width and height are multiplied by the current resoluiotn (XResolution and YResolution) to detemine the final physical page size).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family