Inherits SystemIDisposable.
Public Member Functions | |
LayerPrintData (string subtype, LayerTree.UsageState print_state) | |
Constructor, with parameters. More... | |
LayerPrintData () | |
Constructor. | |
LayerPrintData (LayerPrintData data) | |
Constructor, with another LayerPrintData object. More... | |
void | Set (string subtype, LayerTree.UsageState print_state) |
Set value. More... | |
This class represents data for PDF layer printing usage.
|
inline |
Constructor, with parameters.
subtype | A string to specify the kind of content controlled by a layer. |
print_state | Layer usage state, indicating that the layer should be set to that state when the document is printed from a viewer application. Please refer to e_StateXXX and this should be one of these values except e_StateUnchanged. |
|
inline |
Constructor, with another LayerPrintData object.
data | Another LayerPrintData object. |
|
inline |
Set value.
subtype | A string to specify the kind of content controlled by a layer. |
print_state | Layer usage state, indicating that the layer should be set to that state when the document is printed from a viewer application. Please refer to e_StateXXX and this should be one of these values except e_StateUnchanged. |