DocumentViewerControlPrintOptions Property

Gets or sets the print options of the document viewer.

The options will be reflected as default values on the print dialog of the document viewer.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.WebForms
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public DocumentViewerPrintOptions PrintOptions { get; set; }

Property Value

DocumentViewerPrintOptions

See Also