PageWriter overview

Public Methods

 DrawOverridden. Draws the page writer to the given DocumentWriter object.
 Equals (inherited from Object)See System.Object
 GetHashCode (inherited from Object)See System.Object
 GetType (inherited from Object)See System.Object
 GrowIfGrows the buffer is the given bytes will not fit in the buffer.
 RequireLicenseSpecifies that a license is required.
 SetCharacterSpacingSets the character spacing for text on the page.
 SetColorSets the color for the page.
 SetFontSets the font and font size for text on the page.
 SetGraphicsModeSets the page to graphics mode.
 SetHorizontalScalingSets the horizontal scaling for text on the page.
 SetLeadingSets the leading for text on the page.
 SetLineCapSets the line cap style for paths on the page.
 SetLineJoinSets the line join style for paths on the page.
 SetLineStyleSets the line style for the page.
 SetLineWidthSets the line width for the page.
 SetMiterLimitSets the miterLimit for paths on the page.
 SetTextDefaultsSets the text properties render mode, character space, word space, horizontal scale, and text rise to the defaults.
 SetTextModeSets the page to text mode.
 SetTextRenderingModeSets text rendering mode for text on the page.
 SetTextRiseSets text rise for text on the page.
 SetWordSpacingSets the word spacing for text on the page.
 ToString (inherited from Object)See System.Object
 WriteWrites text to the page.
 Write_BWrites a PDF "B" operator to the page.
 Write_b_Writes a PDF "b" operator to the page.
 Write_BTWrites a PDF "BT" operator to the page.
 Write_BxWrites a PDF "B*" operator to the page.
 Write_bx_Writes a PDF "b*" operator to the page.
 Write_cWrites a PDF "c" operator to the page.
 Write_cmWrites a PDF "cm" operator to the page.
 Write_dWrites a PDF "d" operator to the page.
 Write_DoWrites a PDF "Do" operator to the page.
 Write_DQuoteWrites a PDF Double Quote (""") operator to the page.
 Write_ETWrites a PDF "ET" operator to the page.
 Write_fWrites a PDF "f" operator to the page.
 Write_fxWrites a PDF "f*" operator to the page.
 Write_GWrites a PDF "G" operator to the page.
 Write_g_Writes a PDF "g" operator to the page.
 Write_gsWrites a PDF "gs" operator to the page.
 Write_hWrites a PDF "h" operator to the page.
 Write_JWrites a PDF "J" operator to the page.
 Write_j_Writes a PDF "j" operator to the page.
 Write_KWrites a PDF "K" operator to the page.
 Write_k_Writes a PDF "k" operator to the page.
 Write_l_Writes a PDF "l" operator to the page.
 Write_MWrites a PDF "M" operator to the page.
 Write_m_Writes a PDF "m" operator to the page.
 Write_nWrites a PDF "n" operator to the page.
 Write_QWrites a PDF "G" operator to the page.
 Write_q_Writes a PDF "q" operator to the page.
 Write_reWrites a PDF "re" operator to the page.
 Write_RGWrites a PDF "RG" operator to the page.
 Write_rg_Writes a PDF "rg" operator to the page.
 Write_SWrites a PDF "S" operator to the page.
 Write_s_Writes a PDF "s" operator to the page.
 Write_SQuoteWrites a PDF Single Quote ("'") operator to the page.
 Write_TcWrites a PDF "Tc" operator to the page.
 Write_TDWrites a PDF "TD" operator to the page.
 Write_Td_Writes a PDF "Td" operator to the page.
 Write_TfWrites a PDF "Tf" operator to the page.
 Write_TJWrites a PDF "TJ" operator to the page.
 Write_Tj_Writes a PDF "Tj" operator to the page.
 Write_TLWrites a PDF "TL" operator to the page.
 Write_TmWrites a PDF "Tm" operator to the page.
 Write_TrWrites a PDF "Tr" operator to the page.
 Write_TsWrites a PDF "Ts" operator to the page.
 Write_TwWrites a PDF "Tw" operator to the page.
 Write_TxWrites a PDF "Tx" operator to the page.
 Write_TzWrites a PDF "Tz" operator to the page.
 Write_vWrites a PDF "v" operator to the page.
 Write_WWrites a PDF "W" operator to the page.
 Write_w_Writes a PDF "w" operator to the page.
 Write_WxWrites a PDF "W*" operator to the page.
 Write_yWrites a PDF "y" operator to the page.
 WriteApplyStrokes and/or fills the path.
 WriteColorValueWrites an color value to the page.
 WritePairWrites a pair of numbers to the page.
 WritePointWrites a point to the page adjusted to PDF coordinates.
 WritePointXWrites an X coordinate to the page adjusted to the PDF coordinate.
 WritePointYWrites an X coordinate to the page adjusted to the PDF coordinate.
 WriteSpaceWrites a space to the page.

Public Properties

 AnnotationsGets a list of annotations used on the page.
 DimensionsGets the dimensions of the current area.
 DocumentGets the Document object the page writer belongs to.
 DocumentWriterGets the DocumentWriter object the page writer is currently drawing to.
 PageGets the Page object the page writer belongs to.
 PageNumberGets the page number being drawn to the document.
 RequiredPdfObjectsOverridden. Gets the number of PDF objects required by the Symbol font.
 ResourcesGets the resources used on the page.
 SectionPageNumberGets the section page number being drawn the document.
 Uid (inherited from Resource)Gets the unique ID of the resource.

Protected Methods

 Finalize (inherited from Object)See System.Object
 MemberwiseClone (inherited from Object)See System.Object

See Also

PageWriter Class | ceTe.DynamicPDF.IO Namespace