Methods and properties for working with a PDF document.
![]() |
PDFPAGE_Arc | This method creates an elliptically curved path between points. |
![]() |
PDFPAGE_Arc2 | This method creates an elliptically curved path between angles. |
![]() |
PDFPAGE_ArcTo | This method creates an elliptically curved path between points. |
![]() |
PDFPAGE_BeginText | This method begins a text-related operations block and switches the PDF page to text mode. |
![]() |
PDFPAGE_CanvasCurrentPointX | This property gets the X coordinate of the graphical current path position. |
![]() |
PDFPAGE_CanvasCurrentPointY | This property gets the Y coordinate of the graphical current path position. |
![]() |
PDFPAGE_CanvasOver | This method is deprecated and does nothing. Do not use it. |
![]() |
PDFPAGE_Circle | This method creates a circular curved path. |
![]() |
PDFPAGE_Clip | This method sets the current path as a clipping boundary using a non-zero winding number rule. |
![]() |
PDFPAGE_ClosePath | This method closes the created path. |
![]() |
PDFPAGE_Comment | This method inserts a comment into the page stream. |
![]() |
PDFPAGE_Concat | This method is deprecated and does nothing. Do not use it. |
![]() |
PDFPAGE_CurrentTextPositionX | This property returns the X coordinate of the current text position. |
![]() |
PDFPAGE_CurrentTextPositionY | This property returns the Y coordinate of the current text position. |
![]() |
PDFPAGE_CurveTo | This method creates a Bézier cubic curve segment. |
![]() |
PDFPAGE_DrawWatermark | This method draws an existing watermark on the current PDF page. |
![]() |
PDFPAGE_Ellipse | This method creates an elliptical curved path. |
![]() |
PDFPAGE_EndText | This method ends a text-related operations block and switches the PDF page to graphical mode. |
![]() |
PDFPAGE_EoClip | This method sets the current path as a clipping boundary using an even-odd rule. |
![]() |
PDFPAGE_EoFill | This method fills a path with color using an even-odd rule. |
![]() |
PDFPAGE_EoFillAndStroke | This method fills a path with color and strokes the path using an even-odd rule. |
![]() |
PDFPAGE_Fill | This method fills a path with color using a non-zero winding number rule. |
![]() |
PDFPAGE_FillAndStroke | This method fills a path with color and strokes the path using a non-zero winding number rule. |
![]() |
PDFPAGE_GetColorSpace | This method retrieves the index of the current ICC-based color mapping profile. |
![]() |
PDFPAGE_GetColorSpaceType | This method retrieves the current color mapping profile type. |
![]() |
PDFPAGE_GetTextHeight | This method gets the height (in pixels) of the specified string. |
![]() |
PDFPAGE_GetTextWidth | This method gets the width (in pixels) of the specified string. |
![]() |
PDFPAGE_GetUnicodeTextHeight | This method gets the height (in pixels) of the specified unicode string. |
![]() |
PDFPAGE_GetUnicodeTextWidth | This method gets the width (in pixels) of the specified unicode string. |
![]() |
PDFPAGE_GStateRestore | This method pulls the graphical state from the stack. |
![]() |
PDFPAGE_GStateSave | This method pushes the graphical state onto the stack. |
![]() |
PDFPAGE_Height | This property gets or sets the height of the current page. |
![]() |
PDFPAGE_InPath | This property gets the value indicating if the current page is in path mode. |
![]() |
PDFPAGE_LineTo | This method creates a line path. |
![]() |
PDFPAGE_MoveTo | This method moves the current point to a new position. |
![]() |
PDFPAGE_NewPath | This method initializes a newly created path. |
![]() |
PDFPAGE_NoDash | This method discontinues drawing with dashes. |
![]() |
PDFPAGE_Orientation | This property sets or gets the current page orientation. |
![]() |
PDFPAGE_PageRotate | This property rotates the resulting page. |
![]() |
PDFPAGE_Pie | This method creates an elliptical pie-shaped path between points. |
![]() |
PDFPAGE_Pie2 | This method creates an elliptical pie-shaped path between angles. |
![]() |
PDFPAGE_PlayMetaFile | This method adds a metafile to a PDF document. |
![]() |
PDFPAGE_PlayMetaFileEx | This method adds a metafile to a PDF document at the specified coordinates. |
![]() |
PDFPAGE_PlayMetaFileExFromFileName | This method adds a metafile directly from a filename to a PDF document at the specified coordinates. |
![]() |
PDFPAGE_PlayMetaFileFromFileName | This method adds a metafile directly from a filename to a PDF document. |
![]() |
PDFPAGE_Rectangle | This method creates a rectangle path. |
![]() |
PDFPAGE_RectRotated | This method creates a rotated rectangle path. |
![]() |
PDFPAGE_Resolution | This property gets or sets the resolution (in DPI) of the current page. |
![]() |
PDFPAGE_Rotate | This method rotates graphics counterclockwise to the angle specified. |
![]() |
PDFPAGE_RotateText | This method rotates text to the angle specified. |
![]() |
PDFPAGE_RoundRect | This method creates a rectangle path with rounded corners. |
![]() |
PDFPAGE_Scale | This method scales PDF document page coordinates. |
![]() |
PDFPAGE_SetActiveFont | This method sets the new font and its attributes for text output. |
![]() |
PDFPAGE_SetCharacterSpacing | This method sets the spacing between characters. |
![]() |
PDFPAGE_SetCMYKColor | Sets both stroke and fill colors to specified CMYK color values. |
![]() |
PDFPAGE_SetCMYKColorFill | This method sets the fill color to the specified CMYK color values. |
![]() |
PDFPAGE_SetCMYKColorStroke | This method sets the stroke color to the specified CMYK color values. |
![]() |
PDFPAGE_SetColor | This method sets both stroke and fill colors to the specified color value. |
![]() |
PDFPAGE_SetColorFill | This method sets the fill color to the specified color value. |
![]() |
PDFPAGE_SetColorSpace | This method sets the specified ICC profile as the current color mapping profile. |
![]() |
PDFPAGE_SetColorStroke | This method sets the stroke color to the specified color value. |
![]() |
PDFPAGE_SetDash | This method provides pattern control of dashes and gaps. Examples of line dash patterns: |
![]() |
PDFPAGE_SetDefaultCMYKColorSpace | This method sets the default CMYK color mapping profile as current. |
![]() |
PDFPAGE_SetDefaultGrayColorSpace | This method sets the default gray color mapping profile as current. |
![]() |
PDFPAGE_SetDefaultRGBColorSpace | This method sets the default RGB color mapping profile as current. |
![]() |
PDFPAGE_SetFlat | This method configures the flatness error tolerance. |
![]() |
PDFPAGE_SetGray | This method sets both stroke and fill colors to the specified gray value. |
![]() |
PDFPAGE_SetGrayFill | This method sets the fill color to the specified gray value. |
![]() |
PDFPAGE_SetGrayStroke | This method sets the stroke color to the specified gray value. |
![]() |
PDFPAGE_SetHorizontalScaling | This method sets the horizontal scaling factor. |
![]() |
PDFPAGE_SetLineCap | This method sets the style of the end of the line for an open sub-path. |
![]() |
PDFPAGE_SetLineJoin | This method configures the line join style. |
![]() |
PDFPAGE_SetLineWidth | This method configures the line path width. |
![]() |
PDFPAGE_SetLinkToPage | This method creates a hyperlink in a PDF document. |
![]() |
PDFPAGE_SetMiterLimit | This method configures the miter length. |
![]() |
PDFPAGE_SetPixel | This method sets a pixel to the given color. |
![]() |
PDFPAGE_SetRGBColor | This method sets both stroke and fill colors to the specified RGB color values. |
![]() |
PDFPAGE_SetRGBColorFill | This method sets the fill color to the specified RGB color values. |
![]() |
PDFPAGE_SetRGBColorStroke | This method sets the stroke color to the specified RGB color values. |
![]() |
PDFPAGE_SetTextPosition | This method sets the new text position. |
![]() |
PDFPAGE_SetTextRenderingMode | This method sets the text rendering mode. |
![]() |
PDFPAGE_SetTextRise | This method sets the text rise value. |
![]() |
PDFPAGE_SetURL | This method creates an active hyperlink area in a PDF document. |
![]() |
PDFPAGE_SetWordSpacing | This method sets the spacing between words. |
![]() |
PDFPAGE_ShowImage | This method draws an image in a PDF document. |
![]() |
PDFPAGE_Size | This property gets or sets the size of the current page. |
![]() |
PDFPAGE_SkewText | This method is deprecated and does nothing. Do not use it. |
![]() |
PDFPAGE_Stroke | This method flushes the current path using a non-zero winding number rule. |
![]() |
PDFPAGE_TextBox | This method draws text bounded by a rectangle. |
![]() |
PDFPAGE_TextInitiated | This property gets the value indicating if the text block has been initiated or not. |
![]() |
PDFPAGE_TextOut | This method draws text in a PDF document starting from a specified position. |
![]() |
PDFPAGE_TextOutBox | This method draws wrapped text bounded by a rectangle. |
![]() |
PDFPAGE_TextOutBox2 | This method draws wrapped text bounded by a rectangle. It also allows the text to be justified. |
![]() |
PDFPAGE_TextShow | This method draws a text line in a PDF document starting from the current text position. |
![]() |
PDFPAGE_Thumbnail | This property gets or sets a thumbnail preview of the current page. |
![]() |
PDFPAGE_Translate | This method shifts PDF document page coordinates. |
![]() |
PDFPAGE_UnicodeTextBox | This method draws unicode text bounded by a rectangle. |
![]() |
PDFPAGE_UnicodeTextOut | This method draws unicode text in a PDF document. |
![]() |
PDFPAGE_UnicodeTextOutBox | This method draws wrapped unicode text bounded by a rectangle. |
![]() |
PDFPAGE_UnicodeTextOutBox2 | This method draws wrapped unicode text bounded by a rectangle. |
![]() |
PDFPAGE_UnicodeTextShow | This method draws a unicode text line in a PDF document starting from the current text position. |
![]() |
PDFPAGE_Watermark | This property gets or sets a watermark for the current page. |
![]() |
PDFPAGE_Width | This property gets or sets the width of the current page. |