RtfToRtfCompressed Members
The RtfToRtfCompressed class implements a conversion that converts from Rich Text Format (RTF) to compressed RTF.
The following tables list the members exposed by the RtfToRtfCompressed type.
Public Constructors
Name | Description | |
---|---|---|
RtfToRtfCompressed | The RtfToRtfCompressed constructor creates a new RtfToRtfCompressed object. |
Top
Public Properties
Name | Description | |
---|---|---|
CompressionMode | The CompressionMode property gets or sets the RtfCompressionMode enumeration value that determines whether the output Rich Text Format (RTF) is actually 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Convert | Overloaded. (inherited from TextConverter ) | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top