[]
Defines the application-specific data associated with this optional content group.
public class OptionalContentUsage.CreatorInfoDef : PdfDictWrapper, IPdfDict
Initializes a new instance of the OptionalContentUsage.CreatorInfoDef class.
public CreatorInfoDef()
Gets or sets a text string specifying the application that created the group.
public string Creator { get; set; }
Gets or sets a name defining the type of content controlled by the group. Suggested values include but shall not be limited to Artwork, for graphic-design or publishing applications, and Technical, for technical designs such as building plans or schematics.
public string Subtype { get; set; }