Class VectorRasterizationOptions

VectorRasterizationOptions class

The vector rasterization options.

public abstract class VectorRasterizationOptions

Properties

NameDescription
BackgroundColor { get; set; }Gets or sets a background color.
BorderX { get; set; }Gets or sets the border X.
BorderY { get; set; }Gets or sets the border Y.
ContentAsBitmap { get; set; }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.
DrawColor { get; set; }Gets or sets a foreground color.
EmbedBackground { get; set; }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)
GraphicsOptions { get; set; }Gets or sets options to render bitmap inside pdf (if ContentAsBitmap is set to true).
LayoutPageSizes { get; set; }Gets or sets the layout page sizes.
Margins { get; set; }Gets or sets Margins.
PageDepth { get; set; }Gets or sets the page depth.
PageHeight { get; set; }Gets or sets the page height.
PageSize { get; set; }Gets or sets the page size.
PageWidth { get; set; }Gets or sets the page width.
RelativePosition { get; set; }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.
RelativeScale { get; set; }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.
UnitType { get; set; }Gets or sets unit type of export result.

See Also