aspose.diagram
Class DocProps

Contains elements that control the document's preview quality, scope, and output format.

Property Getters/Setters Summary
functiongetAddMarkup()
           Indicates whether the document is being reviewed for markup.
functiongetDel()
functionsetDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
functiongetDocLangID()
           Indicates the default language for the document.
functiongetLockPreview()
           Specifies whether a preview is saved each time you save a drawing.
functiongetOutputFormat()
           Specifies the output format for a drawing.
functiongetPreviewQuality()
           Specifies whether the drawing preview is draft quality or detailed.
functiongetPreviewScope()
           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.
functiongetViewMarkup()
           Determines whether markup appears in the drawing window.
 

Property Getters/Setters Detail

getDel/setDel : Number 

function getDel() / function setDel(value)
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getOutputFormat : OutputFormat 

function getOutputFormat()
Specifies the output format for a drawing.

getLockPreview : BoolValue 

function getLockPreview()
Specifies whether a preview is saved each time you save a drawing.

getAddMarkup : BoolValue 

function getAddMarkup()
Indicates whether the document is being reviewed for markup.

getViewMarkup : BoolValue 

function getViewMarkup()
Determines whether markup appears in the drawing window.

getPreviewQuality : BoolValue 

function getPreviewQuality()
Specifies whether the drawing preview is draft quality or detailed.

getPreviewScope : PreviewScope 

function getPreviewScope()
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.

getDocLangID : IntValue 

function getDocLangID()
Indicates the default language for the document.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.