Click or drag to resize
Pdftools logo

ValidatorErrorEventArgsDataPart Property

The data part is for the main file and a data part specification for embedded files.

Examples:

  • embedded-file:file.pdf: For a file file.pdf that is embedded in the main file.
  • embedded-file:file1.pdf/embedded-file:file2.pdf: For a file file2.pdf that is embedded in an embedded file file1.pdf.


Namespace: PdfTools.PdfA.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public string DataPart { get; }

Property Value

String
See Also