UseUniqueAnnotationName Property (PdfInteractiveFormEditorManager)
Gets or sets a value indicating whether the unique name for annotation must be created when annotation is adding to the target annotation list.
'Declaration
Public Property UseUniqueAnnotationName As Boolean
public bool UseUniqueAnnotationName { get; set; }
public: __property bool get_UseUniqueAnnotationName();
public: __property void set_UseUniqueAnnotationName(
bool
);
public:
property bool UseUniqueAnnotationName {
bool get();
void set(bool );
}
Property Value
True - field name is generated using the
GetUniqueAnnotationName(PdfAnnotationList,PdfAnnotation) method;
false - field name is not changed.
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