Name

Applies to

PDFModel, PDFAttachment, PDFColor, PDFContent, PDFInvisibleContent, PDFVisibleContent, PDFImage, PDFImportContent, PDFMultilineText, PDFRichText, PDFSharedText, PDFText, PDFDocument, PDFDocumentProperties, PDFFont, PDFPage, PDFSecurity, PDFTableOfContents, PDFTableOfContentsItem, PDFTextBlock, PDFTextLayout, and PDFWatermark

Description

The Name property specifies the object name.

Datatype

String.

Usage

In scripts

Each object in the PDF Builder has an object name. If you have not set the Name for a PDF Builder object, PowerScript will automatically generate and assign a name to it.

It is possible for different PDF Builder objects to have the same name, but that would make it difficult for you to search an object by the name, so it is not recommomended.