DocProps
DocProps class
Contains elements that control the document’s preview quality, scope, and output format.
Methods
| Name | Description |
|---|---|
| deepClone() | Creates deep copy of this instance. |
| getAddMarkup() | Indicates whether the document is being reviewed for markup. |
| getDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| getDocLangID() | Indicates the default language for the document. |
| getLockPreview() | Specifies whether a preview is saved each time you save a drawing. |
| getOutputFormat() | Specifies the output format for a drawing. |
| getPreviewQuality() | Specifies whether the drawing preview is draft quality or detailed. |
| getPreviewScope() | Specifies whether the document includes a preview, and, if so, whether the preview shows only the first page or all the |
| getViewMarkup() | Determines whether markup appears in the drawing window. |
| setDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
deepClone()
Creates deep copy of this instance.
Returns: Object — Object
getAddMarkup()
Indicates whether the document is being reviewed for markup.
getDel()
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.
getDocLangID()
Indicates the default language for the document.
getLockPreview()
Specifies whether a preview is saved each time you save a drawing.
getOutputFormat()
Specifies the output format for a drawing.
getPreviewQuality()
Specifies whether the drawing preview is draft quality or detailed.
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.
getViewMarkup()
Determines whether markup appears in the drawing window.
setDel()
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.