DocProps

DocProps class

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

Properties

NameTypeDescription
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
OutputFormatOutputFormatSpecifies the output format for a drawing.
LockPreviewBoolValueSpecifies whether a preview is saved each time you save a drawing.
AddMarkupBoolValueIndicates whether the document is being reviewed for markup.
ViewMarkupBoolValueDetermines whether markup appears in the drawing window.
PreviewQualityBoolValueSpecifies whether the drawing preview is draft quality or detailed.
PreviewScopePreviewScopeSpecifies whether the document includes a preview, and, if so, whether the preview shows only the first page or all the
DocLangIDIntValueIndicates the default language for the document.

Methods

NameDescription
deepCloneCreates 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.