Skip to main content

PdfOptionalContentUsage.CreatorInfo Property

Gets a value that is used by the creating application to store application-specific data associated with this optional content group.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOptionalContentUsageCreatorInfo CreatorInfo { get; }

Property Value

Type Description
DevExpress.Pdf.PdfOptionalContentUsageCreatorInfo

A PdfOptionalContentUsageCreatorInfo object that contains information that is used by the creating application.

See Also