[]
type SaveAsImageOptions = object;
Represents options used by the SaveAs* methods on PdfPage.
optional allowFontSbits?: boolean;
Indicates whether bitmaps embedded in an OpenType font should be rendered.
optional backColor?: Color;
The background color. The default is "White".
optional drawAnnotations?: boolean;
Indicates whether to draw annotations. The default is true.
optional drawFormFields?: boolean;
Indicates whether to render form fields. The default is true.
optional drawSvgTextAsPath?: boolean;
Indicates whether SVG text elements should be rendered as graphic paths.
optional embedSvgFonts?: boolean;
Indicates whether fonts used in the SVG text elements should be embedded.
optional interpolationMode?: InterpolationMode;
The sampling mode to use when drawing images with resizing. The default is "Downscale".
optional preciseCharPositions?: boolean;
Indicates whether the positions are set for each individual character within the SVG text element.
optional useGlyphBitmapCache?: boolean;
Indicates whether glyphs are cached as bitmaps rather than as glyph paths.
optional useRenderingCache?: boolean;
Indicates whether to use rendering cache.
optional zoom?: number;
Scaling factor of the resulting image. The default is 1.0.