PrintingOptions Properties
Contains settings which specify parameters affecting how the document is printed.| Name | Description |
|---|---|
| DocVariableFieldsUpdateBeforePrint | Obsolete. Gets or sets whether DOCVARIABLE fields are automatically updated before a document is printed. |
| DrawLayoutFromSilverlightRendering | Makes the resulting document layout identical to the original document when exporting a rich text document to PDF. |
| EnableCommentBackgroundOnPrint | Gets or sets whether to print the background of the document’s margin with comment balloons. |
| EnableCommentFillOnPrint | Gets or sets whether to print the background color of the comment balloons. |
| EnablePageBackgroundOnPrint | Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. |
| PrintPageBackground | Obsolete. Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. |
| PrintPreviewFormKind | Specifies the user interface of the Print Preview form. |
| UpdateDocVariablesBeforePrint | Gets or sets whether fields are automatically updated before a document is printed. |
See Also