DocProps
DocProps class
Contains elements that control the document’s preview quality, scope, and output format.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| OutputFormat | OutputFormat | Specifies the output format for a drawing. |
| LockPreview | BoolValue | Specifies whether a preview is saved each time you save a drawing. |
| AddMarkup | BoolValue | Indicates whether the document is being reviewed for markup. |
| ViewMarkup | BoolValue | Determines whether markup appears in the drawing window. |
| PreviewQuality | BoolValue | Specifies whether the drawing preview is draft quality or detailed. |
| PreviewScope | PreviewScope | Specifies whether the document includes a preview, and, if so, whether the preview shows only the first page or all the |
| DocLangID | IntValue | Indicates the default language for the document. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
DocProps.Del property
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.
Type: int
DocProps.OutputFormat property
Specifies the output format for a drawing.
Type: OutputFormat
DocProps.LockPreview property
Specifies whether a preview is saved each time you save a drawing.
Type: BoolValue
DocProps.AddMarkup property
Indicates whether the document is being reviewed for markup.
Type: BoolValue
DocProps.ViewMarkup property
Determines whether markup appears in the drawing window.
Type: BoolValue
DocProps.PreviewQuality property
Specifies whether the drawing preview is draft quality or detailed.
Type: BoolValue
DocProps.PreviewScope property
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.
Type: PreviewScope
DocProps.DocLangID property
Indicates the default language for the document.
Type: IntValue
deepClone()
Creates deep copy of this instance.