PrintJobSettings.packPageSettings 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.
Stores the data that is selected during page formatting in a container.
public:
virtual cli::array <System::Object ^> ^ packPageSettings();
public virtual object[] packPageSettings ();
abstract member packPageSettings : unit -> obj[]
override this.packPageSettings : unit -> obj[]
Public Overridable Function packPageSettings () As Object()
Returns
Object[]
A container that holds data that is selected during page formatting.
Remarks
The returned container can be used as input to the unpackPageSettings method.