Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentUsage.CreatorInfoDef Class / Subtype Property

In This Topic
    Subtype Property (OptionalContentUsage.CreatorInfoDef)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property Subtype As System.String
    public System.string Subtype {get; set;}
    See Also