RtfToPdfElement Class |
Namespace: ExpertPdf.PdfCreator
The RtfToPdfElement type exposes the following members.
Name | Description | |
---|---|---|
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(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(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, 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, 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, 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.
|
Name | Description | |
---|---|---|
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.) | |
EmbedFonts |
When true this options instructs the converter to embed all the true type fonts into the PDF document.
The default value is false.
| |
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.) | |
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.
| |
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 documents in
right-to-left languages like Hebrew or Arabic.
| |
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
| |
Scaled |
A flag to indicate if this element was scaled.
(Inherited from PageGraphicElement.) | |
Skewed |
A flag to indicate if this element was skewed.
(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.
|
Name | Description | |
---|---|---|
Rotate |
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.) | |
Scale |
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.) | |
Skew |
Skews the x axis by an skewXAngle and the y axis by an skewYAngle
before rendering the element.
(Inherited from PageGraphicElement.) | |
Translate |
Translates the coordinate system before rendering the element.
The coordinates of the element are relative to the translated coordinate system.
(Inherited from PageGraphicElement.) |
Name | Description | |
---|---|---|
BeforeCreateNextPageEvent |
This event is raised when the next page is about to be created to continue rendering.
The element rendering can be cancelled from the event handler of this event.
| |
BeforeRenderNextPageEvent |
This is event is raised before rendering the content on a page, including the intial page.
The element rendering can be cancelled from the event handler of this event.
|
Name | Description | |
---|---|---|
DEFAULT_RTF_VIEWER_WIDTH_PX |
The default virtual viewer width in pixels
|