Class InlineImageValidationContext
java.lang.Object
com.itextpdf.kernel.validation.context.InlineImageValidationContext
- All Implemented Interfaces:
IValidationContext
Class for inline image validation context.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInlineImageValidationContext(PdfStream image, PdfResources resources) Instantiates a newInlineImageValidationContextbased on image and resources. -
Method Summary
-
Field Details
-
image
-
currentColorSpaces
-
-
Constructor Details
-
InlineImageValidationContext
Instantiates a newInlineImageValidationContextbased on image and resources.- Parameters:
image- the imageresources- the resources which are used to extract color space of the image
-
-
Method Details
-
getImage
-
getCurrentColorSpaces
-
getType
Description copied from interface:IValidationContextGets type of the context.- Specified by:
getTypein interfaceIValidationContext- Returns:
- the type
-