LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

SizeMode Property

Show in webframe





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
public CodecsRasterizeDocumentSizeMode SizeMode {get; set;}
'Declaration
 
Public Property SizeMode As CodecsRasterizeDocumentSizeMode
'Usage
 
Dim instance As RasterDialogRasterizeDocumentFileOptions
Dim value As CodecsRasterizeDocumentSizeMode
 
instance.SizeMode = value
 
value = instance.SizeMode

            

            
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

See Also

Reference

RasterDialogRasterizeDocumentFileOptions Class
RasterDialogRasterizeDocumentFileOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.