iText 8.0.2 API
iText.Kernel.Utils.Annotationsflattening.WarnFormfieldFlattener Class Reference

This class is used to warn user that annotation will not be flattened. More...

Inheritance diagram for iText.Kernel.Utils.Annotationsflattening.WarnFormfieldFlattener:
iText.Kernel.Utils.Annotationsflattening.IAnnotationFlattener

Public Member Functions

  WarnFormfieldFlattener ()
  Creates a new WarnFormfieldFlattener instance. More...
 
virtual bool  Flatten (PdfAnnotation annotation, PdfPage page)
  Flatten annotation. More...
 

Detailed Description

This class is used to warn user that annotation will not be flattened.

Constructor & Destructor Documentation

◆ WarnFormfieldFlattener()

iText.Kernel.Utils.Annotationsflattening.WarnFormfieldFlattener.WarnFormfieldFlattener ( )
inline

Creates a new WarnFormfieldFlattener instance.

Member Function Documentation

◆ Flatten()

virtual bool iText.Kernel.Utils.Annotationsflattening.WarnFormfieldFlattener.Flatten ( PdfAnnotation  annotation,
PdfPage  page 
)
inlinevirtual