ExpertPdf Html to Pdf Converter Library
RtfToPdfElement Class
NamespacesExpertPdf.HtmlToPdf.PdfDocumentRtfToPdfElement
ExpertPdf Html to Pdf Converter Library
RTF to PDF Converter element
Declaration Syntax
C#Visual BasicVisual C++
public class RtfToPdfElement : PageGraphicElement
Public Class RtfToPdfElement
	Inherits PageGraphicElement
public ref class RtfToPdfElement : public PageGraphicElement
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
RtfToPdfElement(String)
Creates a RTF to PDF converter element for the specified RTF string with the default virtual viewer width and an auto detected height. The start position is (0,0) and the rendered width is given by the available space in start page.

RtfToPdfElement(String, Int32)
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and an auto detected height. The start position is (0,0) and the rendered width is given by the available space in start page.

RtfToPdfElement(String, Int32, Int32)
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and height. The start position is (0,0) and the rendered width is given by the available space in start page.

RtfToPdfElement(Single, Single, String)
Creates a RTF to PDF converter element for the specified RTF string with the default virtual viewer width and an auto detected height.

RtfToPdfElement(Single, Single, String, Int32)
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and an auto detected height.

RtfToPdfElement(Single, Single, String, Int32, Int32)
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and height.

RtfToPdfElement(Single, Single, Single, String)
Creates a RTF to PDF converter element for the specified RTF string with the default virtual viewer width and an auto detected height.

RtfToPdfElement(Single, Single, Single, String, Int32)
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and an auto detected height.

RtfToPdfElement(Single, Single, Single, String, Int32, Int32)
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and height.

RtfToPdfElement(Single, Single, Single, Single, String, Int32, Int32)
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and height.

AdjustBorderSize
There are situations when a fraction of the right and bottom borders of an image or table cell are overwritten by the image content or table cell background when the PDF document is viewed with Adobe Reader. The AdjustBorderSize value is subtracted from the background width and height. The default value is 0 points.

AlphaBlendEnabled
Enables or disables alpha blending for transparent images. Default is true.

AvoidTextBreak
When true this property instructs the converter to try to avoid cutting off the text at PDF page boundry

BackColor
Gets or sets element background color.
(Inherited from PageGraphicElement.)
BkgTransparency
Modify background transparency. 0 means transparent, 100 means opaque.

Blending
Gets or sets blending mode for transparent rendering mode of the element.
(Inherited from PageGraphicElement.)
ColorSpace
Gets or sets color space for element rendering.
(Inherited from PageGraphicElement.)
DEFAULT_RTF_VIEWER_WIDTH_PX
The default virtual viewer width in pixels

EmbedFonts
When true this options instructs the converter to embed all the true type fonts into the PDF document. The default value is false.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FitHeight
When this property is true the RTF content will be resized if necessary to fit the available height in PDF page. By default this property is false.

FitWidth
When this property is true the RTF content will be resized if necessary to fit the available width in PDF page. When false the HTML content will be rendered at the real size. By default this property is true and the content will be resized if necessary to fit the available width in PDF page

ForeColor
Gets or sets the element foreground color.
(Inherited from PageGraphicElement.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Gradient
The gradient used to fill a shape.
(Inherited from PageGraphicElement.)
ImgTransparency
Modify images transparency. 0 means transparent, 100 means opaque.

LineStyle
Gets or sets the line style for elements rendering lines.
(Inherited from PageGraphicElement.)
MaskBltEnabled
Enables or disables masking for transparent images. Default is true.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OptimizeMemoryUsage
When this property is true the library will try to release the unused memory as soon as possible. The default value is false.

OptimizePdfPageBreaks
A flag indicating if the converter uses an optimized page breaks algorithm to improve document scrolling inside a PDF Viewer. The optimized algorithm can introduce a small additional processing time when the PDF document is generated. The default value is true and the optimized page breaks algorithm is used by default.

Paginate
When true the element can be paginated

RenderedPagesRectangles
The bounds of the rendered rectangle on each PDF page. This property is assigned after the element has been added to a PDF page.

RightToLeftEnabled
This property is obsolete. Setting this property is not necessary anymore when converting pages in right-to-left languages like Hebrew or Arabic.

Rotate(Single)
Rotates the coordinate system axes clockwise by the specified angle before rendering the element. The coordinates of the element are relative to the rotated coordinates system.
(Inherited from PageGraphicElement.)
Rotated
A flag to indicate if this element was rotated.
(Inherited from PageGraphicElement.)
RtfViewerHeight
Gets or sets the virtual RTF viewer height. If the viewer width was not set, this property has no effect and the height will be auto detected

RtfViewerWidth
Gets or sets the virtual RTF viewer width

Scale(Single, Single)
Scales the coordinates so that 1 unit in the horizontal and vertical dimensions of the new coordinate system is the same size as sx and sy units, respectively, in the previous coordinate system.
(Inherited from PageGraphicElement.)
Scaled
A flag to indicate if this element was scaled.
(Inherited from PageGraphicElement.)
Skew(Single, Single)
Skews the x axis by an skewXAngle and the y axis by an skewYAngle before rendering the element.
(Inherited from PageGraphicElement.)
Skewed
A flag to indicate if this element was skewed.
(Inherited from PageGraphicElement.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Translate(Single, Single)
Translates the coordinate system before rendering the element. The coordinates of the element are relative to the translated coordinate system.
(Inherited from PageGraphicElement.)
Translated
A flag to indicate if this element was translated.
(Inherited from PageGraphicElement.)
Transparency
Gets or sets element transparency. The transparency is expressed as a value between 0 and 100. 0 means completely transparent and 100 completely opaque.
(Inherited from PageGraphicElement.)
TruncateOutOfBoundsText
Internal use only.

Inheritance Hierarchy

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)