Click or drag to resize

PdfDecoder Properties

The PdfDecoder type exposes the following members.

Properties
  NameDescription
Public propertyPassword
The password for the PDF or null for no password
Public propertyStatic memberPathToResources
Public propertyRenderSettings
Used to indicate how to render the PDF. For example, whether to show Annotations and which ones to show.
Public propertyResolution
Gets or sets the resolution at which to render a PDF page.
Public propertySmoothingMode Obsolete.
Gets or sets a value specifying whether and how smoothing (antialiasing) is applied to lines, curves, and edges of filled areas and text.
Public propertySupportedImageType Obsolete.
Returns the ImageType that the implemented decoder class supports.
(Inherited from ImageDecoder.)
Public propertyTileThreshold
Gets or sets the threshold value in pixels. When the width or height of the expected image exceeds the threshold value, the image is rendered in parts (tiles) and merged into a single image. Default: 31000 pixels.
Top
See Also