PrintJobSettings.unpackPageSettings(Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the page settings, such as paper size and orientation.
public:
virtual bool unpackPageSettings(cli::array <System::Object ^> ^ _settings);
public virtual bool unpackPageSettings (object[] _settings);
abstract member unpackPageSettings : obj[] -> bool
override this.unpackPageSettings : obj[] -> bool
Public Overridable Function unpackPageSettings (_settings As Object()) As Boolean
Parameters
- _settings
- Object[]
A container that is obtained by calling the packPageSettings method.
Returns
true if the pageSettings were successfully changed; false if the pageSettings were set to the default values.
Remarks
The classes reportDesign and report have a method with the same name.