Skip to main content
All docs
V26.1
  • LaunchOperation Enum

    Lists operations that specify how a Windows launch target is handled.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum LaunchOperation

    Members

    Name Description
    None

    Specifies no explicit operation.

    Open

    Specifies that the target is opened.

    Print

    Specifies that the target is opened for printing.

    Related API Members

    The following properties accept/return LaunchOperation values:

    See Also