Click or drag to resize
Pdftools logo

TaggingMode Enumeration

The mode for PDF tagging/structure generation


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.20.0+32c3b3a21152d09e640f60dd999580d661b73c71
Syntax
C#
public enum TaggingMode
Members
Member nameValueDescription
None0 Do not add tagging information.
Update1 Update existing tagging information or create new.
Auto2 Determine tagging mode automatically. Use Update for scans and born-digital documents with tagging, and None otherwise.
See Also