LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsRasterizeDocumentLoadOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsRasterizeDocumentLoadOptions Class

The following tables list the members exposed by CodecsRasterizeDocumentLoadOptions.

Public Properties

 NameDescription
public Property BottomMarginGets or sets the bottom margin value when rasterizing a document to a raster image.  
public Property EnabledGets a value that indicate whether to use the current CodecsRasterizeDocumentLoadOptions properties when loading document files.  
public Property LeftMarginGets or sets the left margin value when rasterizing a document to a raster image.  
public Property PageHeightGets or sets the resulting raster image suggested height in Unit.  
public Property PageWidthGets or sets the resulting raster image suggested width in Unit.  
public Property RightMarginGets or sets the right margin value when rasterizing a document to a raster image.  
public Property SizeModeGets or sets a value that indicates the transformation to use when converting the logical size specified in PageWidth and PageHeight to the final physical raster image size.  
public Property TopMarginGets or sets the top margin value when rasterizing a document to a raster image.  
public Property UnitGets or sets the units to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values.  
public Property XResolutionGets or sets the horizontal resolution to use when rasterization document files.  
public Property YResolutionGets or sets the vertical resolution to use when rasterization document files.  
Top

See Also