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.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
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