Class RenderingSaveOptions

RenderingSaveOptions class

This is an abstract base class for classes that allow the user to specify additional options when saving a diagram into a particular format.

public abstract class RenderingSaveOptions : SaveOptions

Properties

NameDescription
Area { get; set; }Gets or sets the area of the shapes will be saved .
virtual DefaultFont { get; set; }When characters in the diagram are unicode and not be set with correct font value or the font is not installed locally, they may appear as block in pdf, image or XPS. Set the DefaultFont such as MingLiu or MS Gothic to show these characters.
EmfRenderSetting { get; set; }Setting for rendering Emf metafile.
EnlargePage { get; set; }Specifies whether enlarge page .
ExportGuideShapes { get; set; }Defines whether need exporting the guide shapes or not.
IsExportComments { get; set; }Defines whether need exporting the comments or not.
PageSize { get; set; }Gets or sets the page size for the generated images. Can be PageSize or null.
virtual SaveFormat { get; set; }Specifies the format in which the document will be saved if this save options object is used.
Shapes { get; set; }Gets or sets shapes to render. Default count is 0.
WarningCallback { get; set; }Gets or sets warning callback.

See Also