Skip to main content
A newer version of this page is available. .

ExportOptionsContainer Methods

Represents different options which are used when exporting a document.
Name Description
Assign(ExportOptions) Copies all the settings from the ExportOptions object passed as a parameter. Inherited from ExportOptions.
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.
GetOptionVisibility(ExportOptionKind) Gets the current visibility of the specified export option in the Print Preview. Inherited from ExportOptions.
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.
RestoreFromRegistry(String) Loads export options from the system registry. Inherited from ExportOptions.
RestoreFromStream(Stream) Loads export options from the specified stream. Inherited from ExportOptions.
RestoreFromXml(String) Loads export options from the specified XML file. Inherited from ExportOptions.
SaveToRegistry(String) Saves the current export options to the registry. Inherited from ExportOptions.
SaveToStream(Stream) Saves the current export options to the specified stream. Inherited from ExportOptions.
SaveToXml(String) Saves the current export options to an XML file. Inherited from ExportOptions.
SetOptionsVisibility(ExportOptionKind[], Boolean) Changes the visibility of the specified export options in the Print Preview. Inherited from ExportOptions.
SetOptionVisibility(ExportOptionKind, Boolean) Changes the visibility of the specified export option in the Print Preview. Inherited from ExportOptions.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also