Share via


PrintJobSettings.newmethod Method

Definition

Overloads

newmethod()

Initializes a new instance of the Object class.

newmethod(Object[])
newmethod(Object[], Boolean)

newmethod()

Initializes a new instance of the Object class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Applies to

newmethod(Object[])

public:
 virtual void newmethod(cli::array <System::Object ^> ^ objArray1);
public virtual void newmethod (object[] objArray1);
override this.newmethod : obj[] -> unit
Public Overridable Sub newmethod (objArray1 As Object())

Parameters

objArray1
Object[]

Applies to

newmethod(Object[], Boolean)

public:
 virtual void newmethod(cli::array <System::Object ^> ^ _Settings, bool _infoOnly);
public virtual void newmethod (object[] _Settings, bool _infoOnly);
override this.newmethod : obj[] * bool -> unit
Public Overridable Sub newmethod (_Settings As Object(), _infoOnly As Boolean)

Parameters

_Settings
Object[]
_infoOnly
Boolean

Applies to