Back to Devexpress

PdfDocumentFacade.FlattenAnnotations Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentfacade-dot-flattenannotations.md

latest924 B
Original Source

PdfDocumentFacade.FlattenAnnotations Method

NameParametersDescription
FlattenAnnotations()noneFlattens all document annotations.
FlattenAnnotations(PdfAnnotationType[])typesFlattens all document annotations with the specified types.
FlattenAnnotations(Func<PdfAnnotationFacade, Boolean>)predicateFlattens all document annotations that meet the specified criteria.
FlattenAnnotations(String[])namesFlattens document annotations with the specified names.