PageByPageExportOptionsBase Properties
Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF).Name | Description |
---|---|
PageRange | Gets or sets the page range to be exported. |
RasterizationResolution | Specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format. |
RasterizeImages | Specifies whether or not vector images should be rasterized on export to the corresponding document format. |
See Also