Show / Hide Table of Contents

Class ASCII85Encode

ASCII85Encode filter can be used to encode any data stream into a stream that does not contain any binary characters.

Inheritance
object
Filter
ASCII85Encode
Implements
IDisposable
Inherited Members
Filter.GetName()
Filter.GetDecodeName()
Filter.Begin()
Filter.Size()
Filter.Consume(int)
Filter.Count()
Filter.SetCount(int)
Filter.SetStreamLength(int)
Filter.AttachFilter(Filter)
Filter.ReleaseAttachedFilter()
Filter.GetAttachedFilter()
Filter.GetSourceFilter()
Filter.Flush()
Filter.FlushAll()
Filter.IsInputFilter()
Filter.CanSeek()
Filter.Seek(int, Filter.ReferencePos)
Filter.Tell()
Filter.CreateInputIterator()
Filter.GetFilePath()
Filter.WriteToFile(string, bool)
Filter.Dispose(bool)
Filter.Dispose()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: pdftron.Filters
Assembly: PDFNet.dll
Syntax
public class ASCII85Encode : Filter, IDisposable

Constructors

ASCII85Encode(Filter)

Instantiates a new ASCII85Encode from specified input filter

Declaration
public ASCII85Encode(Filter input_filter)
Parameters
Type Name Description
Filter input_filter

input filter

Exceptions
Type Condition
PDFNetException

PDFNetException the PDFNet exception

ASCII85Encode(Filter, int, int)

Instantiates a new ASCII85Encode.

Declaration
public ASCII85Encode(Filter input_filter, int line_width, int buf_sz)
Parameters
Type Name Description
Filter input_filter

input filter

int line_width

specifies the width of the encoded line expressed in the number of characters.

int buf_sz

size of the buffer/input filter

Exceptions
Type Condition
PDFNetException

PDFNetException the PDFNet exception

Implements

IDisposable
In This Article
Back to top Generated by DocFX