Namespace: BitMiracle.Docotic.Pdf
public bool ProducePdfA { get; set; }
Public Property ProducePdfA As Boolean Get Set
Default value: false.
If this property is true then all fonts will be embedded in the saved document.
If the value of this property is true, then the library will automatically call SyncMetadata(Boolean) method before saving the document. The library will use true for the parameter of the method.
PDF/A documents can not be encrypted. Therefore, an exception will be thrown if you try to set this property to true when EncryptionHandler is not null.