Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentGroup Class / Intent Property

In This Topic
    Intent Property
    In This Topic
    Gets or sets an array of names that represent the intended use of the graphics in this group. The values View and Design, or any second class name may be used (see PDF specification Annex E, "(normative) PDF Name Registry").
    Syntax
    'Declaration
     
    Public Property Intent As System.String()
    public System.string[] Intent {get; set;}
    See Also