DocProps

DocProps class

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

public class DocProps

Properties

Name Description
AddMarkup { get; } Indicates whether the document is being reviewed for markup.
Del { get; set; } A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
DocLangID { get; } Indicates the default language for the document.
LockPreview { get; } Specifies whether a preview is saved each time you save a drawing.
OutputFormat { get; } Specifies the output format for a drawing.
PreviewQuality { get; } Specifies whether the drawing preview is draft quality or detailed.
PreviewScope { get; } 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.
ViewMarkup { get; } Determines whether markup appears in the drawing window.

See Also