foxit.pdf.LayerPrintData Class Reference

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.

 
void Set (string subtype, LayerTree.UsageState print_state)
 Set value.
More...
 

Detailed Description

This class represents data for PDF layer printing usage.

Constructor & Destructor Documentation

◆ LayerPrintData()

foxit.pdf.LayerPrintData.LayerPrintData ( string  subtype,
LayerTree.UsageState  print_state 
)
inline

Constructor, with parameters.

Parameters
subtypeA string to specify the kind of content controlled by a layer.
print_stateLayer 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.

Member Function Documentation

◆ Set()

void foxit.pdf.LayerPrintData.Set ( string  subtype,
LayerTree.UsageState  print_state 
)
inline

Set value.

Parameters
subtypeA string to specify the kind of content controlled by a layer.
print_stateLayer 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 {}.
Returns
None.

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.