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.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
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