ApplyOptions

<< Click to Display Table of Contents >>

Navigation:  Printing Process > IPXCPrinter Interface > Functions >

ApplyOptions


 

DAPI_ICON_ ApplyOptions

 


 

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)