public class PDImageXObjectProxy extends PDXObject
| Constructor and Description |
|---|
PDImageXObjectProxy(PDStream stream,
PDResources resources) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerComponent() |
PDColorSpace |
getColorSpace() |
int |
getHeight() |
boolean |
getInterpolate() |
PDImageXObjectProxy |
getMask()
Returns the Mask Image XObject associated with this image, or null if there is none.
|
PDMetadata |
getMetadata()
Returns the metadata associated with this XObject, or null if there is none.
|
PDResources |
getResources() |
PDImageXObjectProxy |
getSoftMask()
Returns the Soft Mask Image XObject associated with this image, or null if there is none.
|
PDStream |
getStream() |
int |
getStructParent()
Returns the key of this XObject in the structural parent tree.
|
int |
getWidth() |
boolean |
isStencil() |
createXObject, getCOSObject, getCOSStream, getPDStream, isInherited, setInheritedpublic PDImageXObjectProxy(PDStream stream, PDResources resources)
public boolean getInterpolate()
public boolean isStencil()
public PDColorSpace getColorSpace() throws IOException
IOExceptionpublic PDImageXObjectProxy getMask() throws IOException
IOExceptionpublic PDImageXObjectProxy getSoftMask() throws IOException
IOExceptionpublic int getHeight()
public int getWidth()
public int getStructParent()
public int getBitsPerComponent()
public PDStream getStream() throws IOException
IOExceptionpublic PDResources getResources()
public PDMetadata getMetadata()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.