Namespace: BitMiracle.Docotic.Pdf
public bool ProducePdfA { get; set; }
Public Property ProducePdfA As Boolean Get Set
Default value: false.
If this property is set to true then all fonts are embedded.
If this property is set to true and the value of MetadataSyncMode property is DoNotSync then library will revert value of MetadataSyncMode property to default value.
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.