Unit Property

Summary
Gets or sets the units to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values.
Syntax
C#
VB
C++
public CodecsRasterizeDocumentUnit Unit { get; set; } 
  
Public Property Unit As CodecsRasterizeDocumentUnit 
public: 
property CodecsRasterizeDocumentUnit Unit { 
   CodecsRasterizeDocumentUnit get(); 
   void set (    CodecsRasterizeDocumentUnit value); 
} 

Property 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

Remarks

For more information, refer to Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

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