Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.layer |
Modifier and Type | Method and Description |
---|---|
LayerContext |
PDFDocument.createLayerContext(int usageType)
Create a PDF layer context with a given type.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderContext.setLayerContext(LayerContext layerContext)
Set layer context to render context object.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerContext.copyStates(LayerContext srcLayerContext)
Copy state from source PDF layer context to current layer context.
|
void |
LayerContext.mergeStates(LayerContext srcLayerContext)
Merge state from source PDF layer context to current layer context.
|