ApplyOptions

<< Click to Display Table of Contents >>

Navigation:  Drivers API > IPXCPrinter Interface > Functions >

ApplyOptions


 

PRO SDK Icon Apply Options

 


 

The ApplyOptions function is used to apply all properties adjusted using the Property Options. It should be called before printing via the printer associated with the IPXCPrinter object. Please note that declarations are case-sensitive:

 

Declaration

 

C#

 

void ApplyOptions(int dwFlags);

 

C++

 

HRESULT ApplyOptions([inDWORD dwFlags);

 

VB

 

Sub ApplyOptions(dwFlags As Long)