Property Getters/Setters Summary | ||
---|---|---|
function | getAddMarkup() | |
Indicates whether the document is being reviewed for markup. | ||
function | getDel() | |
function | 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. | ||
function | getDocLangID() | |
Indicates the default language for the document. | ||
function | getLockPreview() | |
Specifies whether a preview is saved each time you save a drawing. | ||
function | getOutputFormat() | |
Specifies the output format for a drawing. | ||
function | getPreviewQuality() | |
Specifies whether the drawing preview is draft quality or detailed. | ||
function | 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. | ||
function | getViewMarkup() | |
Determines whether markup appears in the drawing window. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getOutputFormat : OutputFormat | |
function getOutputFormat() |
getLockPreview : BoolValue | |
function getLockPreview() |
getAddMarkup : BoolValue | |
function getAddMarkup() |
getViewMarkup : BoolValue | |
function getViewMarkup() |
getPreviewQuality : BoolValue | |
function getPreviewQuality() |
getPreviewScope : PreviewScope | |
function getPreviewScope() |
getDocLangID : IntValue | |
function getDocLangID() |