Class PrintSaveOptions

PrintSaveOptions class

Allows to specify additional options when printing diagram.

public class PrintSaveOptions : RenderingSaveOptions

Constructors

NameDescription
PrintSaveOptions()Initializes a new instance of this class

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.
PageCount { get; set; }Gets or sets the number of pages to render when saving to a multipage file. Default is MaxValue which means all pages of the diagram will be printed.
PageSize { get; set; }Gets or sets the page size for the generated images. Can be PageSize or null.
SaveForegroundPagesOnly { get; set; }Specifies whether all pages will be printed or only foreground.
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