Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionLaunch.WinAttrs.OperationType Enumeration

In This Topic
    ActionLaunch.WinAttrs.OperationType Enumeration
    In This Topic
    Defines possible operations for windows platform.
    Syntax
    'Declaration
     
    Public Enum ActionLaunch.WinAttrs.OperationType 
       Inherits System.Enum
    public enum ActionLaunch.WinAttrs.OperationType : System.Enum 
    Members
    MemberDescription
    OpenOpen a document.
    PrintPrint a document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Actions.ActionLaunch.WinAttrs.OperationType

    See Also