Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionLaunch.WinAttrs Class / Operation Property

In This Topic
    Operation Property
    In This Topic
    Gets or sets the operation to perform.
    Syntax
    'Declaration
     
    Public Property Operation As System.Nullable(Of ActionLaunch.WinAttrs.OperationType)
    public System.Nullable<ActionLaunch.WinAttrs.OperationType> Operation {get; set;}
    See Also