←Select platform

Unit Property

Summary

Units to use for the page size.

Syntax
C#
VB
C++
public AutoFixImageResolutionUnit Unit { get; set; } 
Public Property Unit() As AutoFixImageResolutionUnit 
   Get 
   Set 
public:  
   property AutoFixImageResolutionUnit^ Unit 
   { 
      AutoFixImageResolutionUnit^ get() 
      void set(AutoFixImageResolutionUnit^ value) 
   } 

Property Value

The units to use for the page size. Default value is AutoFixImageResolutionUnit.Inch.

Remarks

The page size is set in AutoFixImageResolutionOptions.PageWidth and AutoFixImageResolutionOptions.PageHeight and the unit is set in AutoFixImageResolutionUnit.Inch. The default values are 8.5 and 11 (in inches) respectively.

For more information, refer to AutoFixImageResolutionOptions.

Example

For an example, refer to AutoFixImageResolutionOptions.

Requirements

Target Platforms

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

Leadtools Assembly