Back to Devexpress

PrintingOptions Members

officefileapi-devexpress-dot-xtrarichedit-dot-printingoptions-dot-underscore-members.md

latest6.2 KB
Original Source

PrintingOptions Members

Contains settings which specify parameters affecting how the document is printed.

Constructors

NameDescription
PrintingOptions()Initializes a new instance of the PrintingOptions class.

Properties

NameDescription
DocVariableFieldsUpdateBeforePrintObsolete. Gets or sets whether DOCVARIABLE fields are automatically updated before a document is printed.
DrawLayoutFromSilverlightRenderingMakes the resulting document layout identical to the original document when exporting a rich text document to PDF.
EnableCommentBackgroundOnPrintGets or sets whether to print the background of the document’s margin with comment balloons.
EnableCommentFillOnPrintGets or sets whether to print the background color of the comment balloons.
EnablePageBackgroundOnPrintGets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF.
PrintPageBackgroundObsolete. Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF.
PrintPreviewFormKindSpecifies the user interface of the Print Preview form.
UpdateDocVariablesBeforePrintGets or sets whether fields are automatically updated before a document is printed.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as a parameter. Inherited from BaseOptions.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all notification options to their default values. Inherited from RichEditNotificationOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

Events

NameDescription
ChangedOccurs when the options are modified. Inherited from RichEditNotificationOptions.

See Also

PrintingOptions Class

DevExpress.XtraRichEdit Namespace