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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly