Interface IContentStreamValidationParameter
-
- All Known Implementing Classes:
AbstractColorValidationContext,ExtendedGStateValidationContext,FillColorValidationContext,FontGlyphsGStateValidationContext,StrokeColorValidationContext
public interface IContentStreamValidationParameterInterface for validation context classes which store content stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfStreamgetContentStream()Gets the content stream.
-
-
-
Method Detail
-
getContentStream
PdfStream getContentStream()
Gets the content stream.- Returns:
- the content stream
-
-