| Modifier and Type | Method and Description |
|---|---|
PDFStream |
Form.getStream()
Get the stream associated with the form.
|
PDFStream |
ICCBasedColorSpace.getStream()
The PDFStream containing the ICC-based data and other attributes.
|
PDFStream |
Image.getStream()
The PDFStream object or null if there is no stream associated with the image
|
PDFStream |
PostScript.getStream()
Retrieve the PDFStream for the PostScriptX object that contains the PostScript code.
|
PDFStream |
PostScriptCalculatorFunction.getStream()
The underlying stream for this PostScriptCalculatorFunction.
|
| Constructor and Description |
|---|
ICCBasedColorSpace(PDFStream iccStream)
Create an ICC-based color stream.
|
ICCBasedColorSpace(PDFStream iccStream,
int nComps)
Create an ICC-based color stream.
|