PrintPreviewOptions Members
Represents different settings used to specify how a document is exported from the Print Preview.Constructors
Name | Description |
---|---|
PrintPreviewOptions() | Initializes a new instance of the PrintPreviewOptions class with the default settings. |
Fields
Name | Description |
---|---|
DefaultFileNameDefault | Identifies the default file name for a document being exported from the Print Preview. |
Properties
Name | Description |
---|---|
ActionAfterExport | Gets or sets a value which indicates whether the resulting file should be automatically opened after exporting a document from the Print Preview. |
DefaultDirectory | Gets or sets the file path to which, by default, a document is exported from the Print Preview. |
DefaultExportFormat | Specifies the default format to which a document is exported from the Print Preview form. |
DefaultFileName | Gets or sets the file name to which, by default, a document is exported from the Print Preview. |
DefaultSendFormat | Specifies the default format to which a document is converted, when the PrintingSystemCommand.SendFile command is executed. |
SaveMode | Gets or sets a value which specifies how the file path to export a document is obtained when exporting a document from the Print Preview. |
ShowOptionsBeforeExport | Gets or sets a value which indicates whether an Export Options window should be shown when an end-user exports a document from the Print Preview. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also