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

    Show / Hide Table of Contents

    PdfUnknownFilter Class

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

    Represents a non-standard PdfFilter.

    • C#
    • VB.NET
    public sealed class PdfUnknownFilter : PdfFilter
    Public NotInheritable Class PdfUnknownFilter
        Inherits PdfFilter
    Inheritance:
    System.Object
    PdfFilter
    PdfUnknownFilter

    Properties

    DecodeParms

    Gets the decoding parameters of this non-standard PdfFilter.

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

    The decoding parameters of this non-standard PdfFilter.

    FilterType

    Gets the Unknown value.

    • C#
    • VB.NET
    public override PdfFilterType FilterType { get; }
    Public Overrides ReadOnly Property FilterType As PdfFilterType
    Property Value
    PdfFilterType

    The Unknown value.

    Overrides
    PdfFilter.FilterType

    Name

    Gets the name of this non-standard PdfFilter.

    • C#
    • VB.NET
    public string Name { get; }
    Public ReadOnly Property Name As String
    Property Value
    System.String

    The name of this non-standard PdfFilter.

    Inherited Methods

    Equals(System.Object)

    Determines whether the specified System.Object is equal to this PdfFilter instance.

    (Inherited from PdfFilter)

    GetHashCode()

    Returns a hash code for this PdfFilter instance.

    (Inherited from PdfFilter)

    ToString()

    Returns a System.String that represents this PdfFilter instance.

    (Inherited from PdfFilter)

    See Also

    PDF Specification ISO 32000-1:2008, section '7.4 Filters'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.