Click or drag to resize

PdfSaveOptionsUpdateId Property

Gets a value indicating whether to set or update Id before the PdfDocument is saved to a PDF file.

If PdfDocument does not have an Id, then new PdfDocumentIdentifier will be assigned to it; otherwise, Modification of an existing PdfDocumentIdentifier will be updated.

Default value: .


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool UpdateId { get; set; }

Property Value

Boolean
to set or update Id before the PdfDocument is saved to a PDF file; otherwise, .
See Also