PrintJobSettings.newmethod 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.
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