asposediagram.api

Class DocProps

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

Property Getters/Setters Summary
methodgetAddMarkup()
Indicates whether the document is being reviewed for markup.
methodgetDel()
method
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.
methodgetDocLangID()
Indicates the default language for the document.
methodgetLockPreview()
Specifies whether a preview is saved each time you save a drawing.
methodgetOutputFormat()
Specifies the output format for a drawing.
methodgetPreviewQuality()
Specifies whether the drawing preview is draft quality or detailed.
methodgetPreviewScope()
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.
methodgetViewMarkup()
Determines whether markup appears in the drawing window.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / 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.
      • getLockPreview : BoolValue 

        BoolValue getLockPreview()
        
        Specifies whether a preview is saved each time you save a drawing.
      • getAddMarkup : BoolValue 

        BoolValue getAddMarkup()
        
        Indicates whether the document is being reviewed for markup.
      • getViewMarkup : BoolValue 

        BoolValue getViewMarkup()
        
        Determines whether markup appears in the drawing window.
      • getPreviewQuality : BoolValue 

        BoolValue getPreviewQuality()
        
        Specifies whether the drawing preview is draft quality or detailed.
      • getPreviewScope : PreviewScope 

        PreviewScope 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 

        IntValue getDocLangID()
        
        Indicates the default language for the document.
    • Method Detail

      • deepClone

        Object deepClone()
        Creates deep copy of this instance.
        Returns: