Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplication Class / Event Property

In This Topic
    Event Property
    In This Topic
    Gets or sets the name defining the situation in which this UsageApplication should be used. Shall be one of "View", "Print", or "Export".
    Syntax
    'Declaration
     
    Public Property Event As System.String
    public System.string Event {get; set;}
    See Also