RtfCompressedToRtf Members
Include Protected Members
Include Inherited Members
The RtfCompressedToRtf class extracts compressed Rich Text Format (RTF).
The RtfCompressedToRtf type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RtfCompressedToRtf | The RtfCompressedToRtf constructor creates a new RtfCompressedToRtf object. |
Top
Properties
Name | Description | |
---|---|---|
CompressionMode | The CompressionMode property returns the RtfCompressionMode enumeration value that indicates how the input was compressed. | |
InputStreamBufferSize | The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input. (Inherited from TextConverter.) | |
OutputStreamBufferSize | The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output. (Inherited from TextConverter.) |
Top
Methods
Name | Description | |
---|---|---|
Convert(Stream, Stream) | The Convert method converts the entire contents of sourceStream from its format to the format specified by this TextConverter object and stores the result in destinationStream. (Inherited from TextConverter.) | |
Convert(Stream, TextWriter) | The Convert method converts the entire contents of sourceStream from its format to the format of destinationWriter and writes the result to destinationWriter. (Inherited from TextConverter.) | |
Convert(TextReader, Stream) | The Convert method converts the entire contents of sourceReader from its format to the format of destinationStream and stores the result in destinationStream. (Inherited from TextConverter.) | |
Convert(TextReader, TextWriter) | The Convert method converts the entire contents of sourceReader from its format to the format of destinationWriter and writes the result to destinationWriter. (Inherited from TextConverter.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
locked | (Inherited from TextConverter.) | |
testBoundaryConditions | (Inherited from TextConverter.) |
Top