Name | Description | |
---|---|---|
![]() | SaveAsImageOptions Constructor |
The following tables list the members exposed by SaveAsImageOptions.
Name | Description | |
---|---|---|
![]() | SaveAsImageOptions Constructor |
Name | Description | |
---|---|---|
![]() | AllowFontSbits | Gets or sets a value indicating whether bitmaps embedded in an OpenType font should be rendered.
The default is true. This property is ignored if either UseRenderingCache or UseGlyphBitmapCache is false. |
![]() | BackColor | Gets or sets the background color. The default is white. |
![]() | DrawAnnotations | Gets or sets a value indicating whether to render annotations. The default is true. |
![]() | DrawFormFields | Gets or sets a value indicating whether to render form fields. The default is true. |
![]() | EnableFontHinting | Gets or sets a value indicating whether font hinting should be enabled for TrueType fonts.
The default is true. This property is ignored if UseRenderingCache is true and UseGlyphBitmapCache is false. |
![]() | IgnoreErrors | Gets or sets a value indicating whether to ignore errors in PDF content stream if possible.
The default is true. |
![]() | Gets or sets a value indicating whether the image is generated for printing. The visibility of PDF elements may depend on the output target, they can be visible in a preview but hidden when printed, and vice versa. | |
![]() | Resolution | Gets or sets the resolution of the generated images. The default is 96. |
![]() | UseGlyphBitmapCache | Gets or sets a value indicating whether glyphs are cached as bitmaps rather than as glyph paths.
The default is true. This property is ignored if UseRenderingCache is false. |
![]() | UseRenderingCache | Gets or sets a value indicating whether to use rendering cache.
This property is true by default. Setting this property to false reduces memory consumption, at the cost of slower rendering speed. |
![]() | Zoom | Gets or sets the zoom factor. The default is 1. |
SaveAsImageOptions Class
GrapeCity.Documents.Pdf Namespace
SaveAsBmp Method
SaveAsGif Method
SaveAsJpeg Method
SaveAsPng Method
SaveAsTiff(Stream,OutputRange,SaveAsImageOptions,TiffFrameSettings) Method
SaveAsTiff(String,OutputRange,SaveAsImageOptions,TiffFrameSettings) Method
SaveAsBmp(Stream,SaveAsImageOptions) Method
SaveAsBmp(String,SaveAsImageOptions) Method
SaveAsGif(Stream,SaveAsImageOptions) Method
SaveAsGif(String,SaveAsImageOptions) Method
SaveAsJpeg(Stream,SaveAsImageOptions) Method
SaveAsJpeg(String,SaveAsImageOptions) Method
SaveAsPng(Stream,SaveAsImageOptions) Method
SaveAsPng(String,SaveAsImageOptions) Method
SaveAsTiff(Stream,SaveAsImageOptions,TiffFrameSettings) Method
SaveAsTiff(String,SaveAsImageOptions,TiffFrameSettings) Method