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.
Inheritance Hierarchy

Namespace:  Aspose.Diagram.Saving
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract class RenderingSaveOptions : SaveOptions

The RenderingSaveOptions type exposes the following members.

Constructors
  NameDescription
Protected methodRenderingSaveOptions
Hides the class constructor.
Properties
  NameDescription
Public propertyArea
Gets or sets the area of the shapes will be saved .
Public propertyDefaultFont
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.
(Inherited from SaveOptions.)
Public propertyEnlargePage
Specifies whether enlarge page .
Public propertyExportGuideShapes
Defines whether need exporting the guide shapes or not.
Public propertyIsExportComments
Defines whether need exporting the comments or not.
Public propertyPageSize
Gets or sets the page size for the generated images. Can be PageSize or null.
Public propertySaveFormat
Specifies the format in which the document will be saved if this save options object is used.
(Inherited from SaveOptions.)
Public propertyShapes
Gets or sets shapes to render. Default count is 0.
Public propertyWarningCallback
Gets or sets warning callback.
(Inherited from SaveOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also