PdfDrawOptions Properties

The PdfDrawOptions type exposes the following members.

Properties

  NameDescription
Public propertyBackgroundColor
Gets or sets the background color of produced images.
Public propertyCompression
Gets or sets the image compression options.
Public propertyCutUnusedSpace
Gets a value indicating whether to cut unused space in produced images.
Public propertyHeight
Gets the height in pixels of produced images.
Public propertyHorizontalResolution
Gets or sets the horizontal resolution of produced images.
Public propertyScalingMode
Gets the value indicating how to resize the content of PDF pages on the produced images.
Public propertySimulateOverprint
Gets or sets the value indicating whether to simulate the effects of overprinting spot and process colors in the same way they would occur when printing.
Public propertyUsePrintMode
Gets or sets the value indicating whether to simulate printing.
Public propertyVerticalResolution
Gets or sets the vertical resolution of produced images.
Public propertyWidth
Gets the width in pixels of produced images.
Public propertyZoomPercent
Gets the zoom percent (magnification level) to apply to pages.

See Also