<< Click to Display Table of Contents >> Navigation: Drivers API > IPXCPrinter Interface > Properties > Property Options |
This is a write-only property option that uses parameters to specify most of the PDF-XChange Drivers API properties. Please note that declarations are case-sensitive:
C#
void set_Option(string pOptionName, object _p2);
C++
HRESULT put_Option([in] BSTR pOptionName, [in] VARIANT _arg2);
VB
Property Option(pOptionName As String)
Strings for the relevant pOptionName are used to identify properties. Properties contain strings, integers, boolean or binary values. A comprehensive list of properties is available here.