Inherits Object.
Public Member Functions | |
LayerPrintData (const String &subtype, LayerTree::UsageState print_state) | |
Constructor, with parameters. More... | |
LayerPrintData () | |
Constructor. | |
LayerPrintData (const LayerPrintData &data) | |
Constructor, with another layer print data object. More... | |
LayerPrintData & | operator= (const LayerPrintData &data) |
Assign operator. More... | |
void | Set (const String &subtype, LayerTree::UsageState print_state) |
Set value. More... | |
Public Attributes | |
LayerTree::UsageState | print_state |
Layer usage state, indicating that the group should be set to that state when the document is printed from a viewer application. More... | |
String | subtype |
A string that specifies the kind of content controlled by a layer. | |
This class represents data for PDF layer printing usage.
|
inline |
Constructor, with parameters.
[in] | subtype | A string to specify the kind of content controlled by a layer. |
[in] | 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 values starting from LayerTree::e_StateON and this should be one of these values except LayerTree::e_StateUnchanged. |
|
inline |
Constructor, with another layer print data object.
[in] | data | Another layer print data object. |
|
inline |
Assign operator.
[in] | data | Another layer print data object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | subtype | A string to specify the kind of content controlled by a layer. |
[in] | 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 values starting from LayerTree::e_StateON and this should be one of these values except LayerTree::e_StateUnchanged. |
LayerTree::UsageState foxit::pdf::LayerPrintData::print_state |
Layer usage state, indicating that the group should be set to that state when the document is printed from a viewer application.
Please refer to values starting from LayerTree::e_StateON and this should be one of these values except LayerTree::e_StateUnchanged.