ImageGear for .NET
OptimizeForPdfa Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPDFOutputOptions Class : OptimizeForPdfa Property




Glossary Item Box

Gets or sets a value indicating whether or not the PDF output will be optimized for PDF/A-1a compatibility.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.