Apitron.PDF.Rasterizer library for .NET
Top
The RenderingSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
AnnotationRenderingSettings |
Gets or sets the annotation rendering settings.
| |
BackgroundColor |
Gets or sets the color of the background, ARGB value.
Only color channels values are used, alpha will be ignored.
| |
DrawAnotations |
Gets or sets a value indicating whether annotation objects should be drawn.
| |
DrawImages |
Gets or sets a value indicating whether images should be drawn.
| |
DrawPaths |
Gets or sets a value indicating whether draw document paths.
| |
DrawText |
Gets or sets a value indicating whether draw document text.
| |
ImageResamplingFilter |
Gets or sets the image resampler filter.
| |
PrinterMode |
Gets or sets a value indicating whether document should be processed as it'd be printed.
Mostly affects annotation objects that have the setting allowing them to be printed or not.
| |
RenderMode |
Gets or sets the rendering mode.
| |
RotationAngle |
Gets or sets the rotation angle used, if it's not Rotate0 then additional page rotation will be perfomed(remember that page can have it's own Rotate property).
| |
ScaleMode |
Gets or sets the scale mode used.
| |
UseEmbededICCProfiles |
Gets or sets a value indicating whether use embeded ICC profiles during document processing.
|
See Also