RenderingSettings Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Controls the drawing engine behavior.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.ConfigurationRenderingSettings
    Apitron.PDF.Rasterizer.ConfigurationTiffRenderingSettings

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public class RenderingSettings

The RenderingSettings type exposes the following members.

Constructors

  NameDescription
Public methodRenderingSettings
Initializes a new instance of the RenderingSettings class.
Top
Properties

  NameDescription
Public propertyAnnotationRenderingSettings
Gets or sets the annotation rendering settings.
Public propertyBackgroundColor
Gets or sets the color of the background, ARGB value. Only color channels values are used, alpha will be ignored.
Public propertyDrawAnotations
Gets or sets a value indicating whether annotation objects should be drawn.
Public propertyDrawImages
Gets or sets a value indicating whether images should be drawn.
Public propertyDrawPaths
Gets or sets a value indicating whether draw document paths.
Public propertyDrawText
Gets or sets a value indicating whether draw document text.
Public propertyImageResamplingFilter
Gets or sets the image resampler filter.
Public propertyPrinterMode
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.
Public propertyRenderMode
Gets or sets the rendering mode.
Public propertyRotationAngle
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).
Public propertyScaleMode
Gets or sets the scale mode used.
Public propertyUseEmbededICCProfiles
Gets or sets a value indicating whether use embeded ICC profiles during document processing.
Top
Methods

  NameDescription
Public methodCancelRendering
Cancels the rendering process.
Top
See Also

Reference