GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    FreeLimitEventArgs Class

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    Provides data for the FreeLimitReached event.

    • C#
    • VB.NET
    public sealed class FreeLimitEventArgs : EventArgs
    Public NotInheritable Class FreeLimitEventArgs
        Inherits EventArgs
    Inheritance:
    Object
    EventArgs
    FreeLimitEventArgs

    Properties

    Document

    Gets the document on which limit was reached.

    • C#
    • VB.NET
    public PdfDocument Document { get; }
    Public ReadOnly Property Document As PdfDocument
    Property Value
    PdfDocument

    The document on which limit was reached.

    FreeLimitReachedAction

    Gets or sets the choice for proceeding when free limit is reached.

    • C#
    • VB.NET
    public FreeLimitReachedAction FreeLimitReachedAction { get; set; }
    Public Property FreeLimitReachedAction As FreeLimitReachedAction
    Property Value
    FreeLimitReachedAction

    The choice for proceeding when free limit is reached.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.