SVGOutputOptions Class |
Namespace: pdftron.PDF
public sealed class SVGOutputOptions
The SVGOutputOptions type exposes the following members.
Name | Description | |
---|---|---|
SVGOutputOptions |
Creates an SVGOutputOptions object with default settings
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetAnnots |
Control generation of form fields and annotations in SVG.
| |
SetCompress |
Compress output SVG files using SVGZ.
| |
SetCreateXmlWrapper |
Create a XML document that contains metadata of the SVG document created.
| |
SetDtd |
Set whether the DTD declaration is included in the SVG files.
| |
SetEmbedFonts |
Sets whether to embed fonts into each SVG page file, or to have them shared.
| |
SetEmbedImages |
Sets whether to embed all images
| |
SetFlattenContent |
Flatten images and paths into a single background image overlaid with vector text. This option can be used to improve speed on devices with little processing power such as iPads. Default is e_fast.
| |
SetFlattenDPI |
The output resolution, from 1 to 1000, in Dots Per Inch (DPI) at which to render elements which cannot be directly converted.
Default is 140.
| |
SetFlattenMaximumImagePixels |
Specifies the maximum image size in pixels. Default is 2000000.
| |
SetFlattenThreshold |
Used to control how precise or relaxed text flattening is. When some text is preserved (not flattened to image) the visual appearance of the document may be altered.
| |
SetIndividualCharPlacement |
Some viewers do not support the default text positioning correctly. This option works around this issue to place text correctly, but produces verbose output. This option will override SetRemoveCharPlacement
| |
SetNoFonts |
Sets whether to disable conversion of font data to SVG
| |
SetNoUnicode |
Sets whether to disable mapping of text to public Unicode region. Instead text will be converted using a custom encoding
| |
SetOutputThumbnails |
Sets whether per page thumbnails should be included in the file. Default is true.
| |
SetOverprint |
Enable or disable support for overprint and overprint simulation.
Overprint is a device dependent feature and the results will vary depending on
the output color space and supported colorants (i.e. CMYK, CMYK+spot, RGB, etc).
Default is e_op_pdfx_on.
| |
SetPreserveFontFamilyNames |
Sets whether to use the font/font-family naming scheme as obtained from the source file.
| |
SetRemoveCharPlacement |
Sets whether to disable the output of character positions. This will produce slightly smaller output files than the default setting, but many viewers do not support the output correctly
If true, the output of character positions is disabled. | |
SetSvgFonts |
Sets whether to convert all fonts to SVG or not.
| |
SetThumbnailSize |
The maximum dimension for thumbnails.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |