Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfException Class / Operations Property

In This Topic
    Operations Property
    In This Topic
    Gets the currently executed operations' stack, see GrapeCity.Documents.Pdf.Log.OperationStack for details.
    Syntax
    'Declaration
     
    Public ReadOnly Property Operations As OperationBase()
    public OperationBase[] Operations {get;}
    See Also