Table of Contents

TFlexCelPdfExport.PdfType Property

Defines the type of pdf being created. Note that if you set this property to other value than standard, other properties might be ignored. For example, when creating a PDF/A file all fonts must be embedded so the value of the FontEmbed property will be ignored. See the TagMode property to determine if the file will be PDF/A-na or PDF/A-nb. If tagging is true (the default) the generated files will be "a". If not, they will be "b", since b doesn't require tagging.

Syntax

Unit: FlexCel.Render

property TFlexCelPdfExport.PdfType: TPdfType

See also