VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.OptionalContent Namespace / PdfOptionalContentUsageApplication Class / PdfOptionalContentUsageApplication Constructor(PdfDocument,PdfOptionalContentUsageApplicationEvent,PdfOptionalContentUsageApplicationCategory)
Syntax Exceptions Requirements SeeAlso
In This Topic
    PdfOptionalContentUsageApplication Constructor(PdfDocument,PdfOptionalContentUsageApplicationEvent,PdfOptionalContentUsageApplicationCategory)
    In This Topic
    Initializes a new instance of the PdfOptionalContentUsageApplication class.
    Syntax

    Parameters

    document
    A PDF document.
    optionalContetntEvent
    An event when this usage application dictionary should be used.
    categories
    An enumeration of properties from PdfOptionalContentUsage, each of which should be used.
    Exceptions
    ExceptionDescription
    Thrown if categories is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also