DocProps Class

Contains elements that control the document's preview quality, scope, and output format.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramDocProps

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class DocProps

The DocProps type exposes the following members.

Properties
  NameDescription
Public propertyAddMarkup
Indicates whether the document is being reviewed for markup.
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyDocLangID
Indicates the default language for the document.
Public propertyLockPreview
Specifies whether a preview is saved each time you save a drawing.
Public propertyOutputFormat
Specifies the output format for a drawing.
Public propertyPreviewQuality
Specifies whether the drawing preview is draft quality or detailed.
Public propertyPreviewScope
Specifies whether the document includes a preview, and, if so, whether the preview shows only the first page or all the pages in the document.
Public propertyViewMarkup
Determines whether markup appears in the drawing window.
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