ImageGear .NET
OptimizeForPdfa Property




Gets or sets a value indicating whether or not the PDF output will be optimized for PDF/A-1a compatibility.
Syntax
'Declaration
 
Public Property OptimizeForPdfa As Boolean
'Usage
 
Dim instance As ImGearRecPDFOutputOptions
Dim value As Boolean
 
instance.OptimizeForPdfa = value
 
value = instance.OptimizeForPdfa
public bool OptimizeForPdfa {get; set;}
public: __property bool get_OptimizeForPdfa();
public: __property void set_OptimizeForPdfa( 
   bool value
);
public:
property bool OptimizeForPdfa {
   bool get();
   void set (    bool value);
}
Remarks

If this property is true, all fonts used in the PDF will be fully embedded in the document and a document structure will be created with any text content tagged appropriately.

For PDF documents that need to be compatible with the PDF/A-1a standard, this property should be set to true because embedded fonts and the use of tags is a requirement for PDF/A-1. If file size is a priority over archiving (i.e. PDF/A-1a), then consider changing this property to false so the fonts won't be embedded and the structure elements will not be added.

See Also

Reference

ImGearRecPDFOutputOptions Class
ImGearRecPDFOutputOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback