PdfUnknownFilter Class
Represents a non-standard PdfFilter.
public sealed class PdfUnknownFilter : PdfFilter
Public NotInheritable Class PdfUnknownFilter
Inherits PdfFilter
- Inheritance:
- System.ObjectPdfUnknownFilter
Properties
DecodeParms
Gets the decoding parameters of this non-standard PdfFilter.
public PdfDictionary DecodeParms { get; }
Public ReadOnly Property DecodeParms As PdfDictionary
Property Value
The decoding parameters of this non-standard PdfFilter.
FilterType
Gets the Unknown value.
public override PdfFilterType FilterType { get; }
Public Overrides ReadOnly Property FilterType As PdfFilterType
Property Value
The Unknown value.
Overrides
Name
Gets the name of this non-standard PdfFilter.
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) |