VectorRasterizationOptions Properties

The VectorRasterizationOptions type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets a background color.
Public propertyBorderX Obsolete.
Gets or sets the border X.
Public propertyBorderY Obsolete.
Gets or sets the border Y.
Public propertyContentAsBitmap
Gets or sets a value indicating whether content of a drawing is represented as image inside Pdf. Applicable only for CAD to Pdf export. Default is false.
Public propertyDrawColor
Gets or sets a foreground color.
Public propertyEmbedBackground
Wether background of color not equal to default background color of output format (white for PDF and SVG, transparent for raster) should be embedded into output image (if not embedded, background will be default of the output render system, but color of the content that depend on background color will be rendered using stated background color)
Public propertyGraphicsOptions
Gets or sets options to render bitmap inside pdf (if ContentAsBitmap is set to true).
Public propertyLayoutPageSizes
Gets or sets the layout page sizes.
Public propertyMargins
Gets or sets Margins.
Public propertyPageHeight
Gets or sets the page height.
Public propertyPageSize
Gets or sets the page size.
Public propertyPageWidth
Gets or sets the page width.
Public propertyRelativePosition
Position of top left corner of exported region relative to whole document's image, in relative units - 0,0 is top left, 1,1 is bottom of document's image.
Public propertyRelativeScale
Scale of exported region relative to whole document's image. Calculated as ratio of corresponding dimension of exported region to larger dimension of exported document.
Public propertyUnitType
Gets or sets unit type of export result.
See Also