ContainsDocumentID Property (PdfFormat)
Gets or sets a value indicating whether the identifier of PDF document must be generated.
'Declaration
Public Property ContainsDocumentID As Boolean
public bool ContainsDocumentID { get; set; }
public: __property bool get_ContainsDocumentID();
public: __property void set_ContainsDocumentID(
bool
);
public:
property bool ContainsDocumentID {
bool get();
void set(bool );
}
Property Value
True - PDF document should contains the identifier of PDF document; false - PDF document should not contain the identifier of PDF document.
Default value is true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5