SizeMode Property

Summary

Gets or sets a value that indicate the transformation to use when converting the logical size specified in PageWidth and PageHeight to the final physical raster image size.

Syntax
C#
VB
C++
public CodecsRasterizeDocumentSizeMode SizeMode { get; set; } 
  
Public Property SizeMode As CodecsRasterizeDocumentSizeMode 
public: 
property CodecsRasterizeDocumentSizeMode SizeMode { 
   CodecsRasterizeDocumentSizeMode get(); 
   void set (    CodecsRasterizeDocumentSizeMode value); 
} 

Property Value

A Leadtools.Codecs.CodecsRasterizeDocumentSizeMode enumeration member that indicate the transformation to use when converting the logical size specified in PageWidth and PageHeight to the final physical raster image size. Default value is CodecsRasterizeDocumentSizeMode.None.

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