ASCIIEncodeDocument Method

Top  Previous  Next

The ASCIIEncodeDocument method is used to encode all the streams in the PDF document. Following are the possible values for TxgtASCIIFilter:

 

 

 

 

 

ASCII Filter

Values

afASCIIHex

0

afASCII85

1

 

 

Syntax

 

 

[VC++]

void ASCIIEncodeDocument(long EncodeType)

 

[CS]

public abstract new void ASCIIEncodeDocument ( TxgtASCIIFilter EncodeType )

 

[VB]

Sub ASCIIEncodeDocument(EncodeType As TxgtASCIIFilter)

 

 

 

 

Parameters

 

 

EncodeType

[in] The ASCII filter to encode the document.

 

 

afASCIIHex

Encodes the streams of the PDF document in hexadecimal.

 

 

afASCII85

Encodes the streams of the PDF document in ASCII base-85 format.