Components for Developers
© 2000-2008, Two Pilots

PDF Library Download Features Manual Tutorials FAQ Pricing HTML2PDF Add-on History In the Lab

PDF Creator Pilot documentation

Download CHM version of this manual.
IPDFDocument3
General document methods
PDF page methods
PDFPAGE_Arc
PDFPAGE_Arc2
PDFPAGE_ArcTo
PDFPAGE_BeginText
PDFPAGE_CanvasCurrentPointX
PDFPAGE_CanvasCurrentPointY
PDFPAGE_CanvasOver
PDFPAGE_Circle
PDFPAGE_Clip
PDFPAGE_ClosePath
PDFPAGE_Comment
PDFPAGE_Concat
PDFPAGE_CurrentTextPositionX
PDFPAGE_CurrentTextPositionY
PDFPAGE_CurveTo
PDFPAGE_DrawWatermark
PDFPAGE_Ellipse
PDFPAGE_EndText
PDFPAGE_EoClip
PDFPAGE_EoFill
PDFPAGE_EoFillAndStroke
PDFPAGE_Fill
PDFPAGE_FillAndStroke
PDFPAGE_GetColorSpace
PDFPAGE_GetColorSpaceType
PDFPAGE_GetTextHeight
PDFPAGE_GetTextWidth
PDFPAGE_GetUnicodeTextHeight
PDFPAGE_GetUnicodeTextWidth
PDFPAGE_GStateRestore
PDFPAGE_GStateSave
PDFPAGE_Height
PDFPAGE_InPath
PDFPAGE_LineTo
PDFPAGE_MoveTo
PDFPAGE_NewPath
PDFPAGE_NoDash
PDFPAGE_Orientation
PDFPAGE_PageRotate
PDFPAGE_Pie
PDFPAGE_Pie2
PDFPAGE_PlayMetaFile
PDFPAGE_PlayMetaFileEx
PDFPAGE_PlayMetaFileExFromFileName
PDFPAGE_PlayMetaFileFromFileName
PDFPAGE_Rectangle
PDFPAGE_RectRotated
PDFPAGE_Resolution
PDFPAGE_Rotate
PDFPAGE_RotateText
PDFPAGE_RoundRect
PDFPAGE_Scale
PDFPAGE_SetActiveFont
PDFPAGE_SetCharacterSpacing
PDFPAGE_SetCMYKColor
PDFPAGE_SetCMYKColorFill
PDFPAGE_SetCMYKColorStroke
PDFPAGE_SetColor
PDFPAGE_SetColorFill
PDFPAGE_SetColorSpace
PDFPAGE_SetColorStroke
PDFPAGE_SetDash
PDFPAGE_SetDefaultCMYKColorSpace
PDFPAGE_SetDefaultGrayColorSpace
PDFPAGE_SetDefaultRGBColorSpace
PDFPAGE_SetFlat
PDFPAGE_SetGray
PDFPAGE_SetGrayFill
PDFPAGE_SetGrayStroke
PDFPAGE_SetHorizontalScaling
PDFPAGE_SetLineCap
PDFPAGE_SetLineJoin
PDFPAGE_SetLineWidth
PDFPAGE_SetLinkToPage
PDFPAGE_SetMiterLimit
PDFPAGE_SetPixel
PDFPAGE_SetRGBColor
PDFPAGE_SetRGBColorFill
PDFPAGE_SetRGBColorStroke
PDFPAGE_SetTextPosition
PDFPAGE_SetTextRenderingMode
PDFPAGE_SetTextRise
PDFPAGE_SetURL
PDFPAGE_SetWordSpacing
PDFPAGE_ShowImage
PDFPAGE_Size
PDFPAGE_SkewText
PDFPAGE_Stroke
PDFPAGE_TextBox
PDFPAGE_TextInitiated
PDFPAGE_TextOut
PDFPAGE_TextOutBox
PDFPAGE_TextOutBox2
PDFPAGE_TextShow
PDFPAGE_Thumbnail
PDFPAGE_Translate
PDFPAGE_UnicodeTextBox
PDFPAGE_UnicodeTextOut
PDFPAGE_UnicodeTextOutBox
PDFPAGE_UnicodeTextOutBox2
PDFPAGE_UnicodeTextShow
PDFPAGE_Watermark
PDFPAGE_Width
Actions
Outlines
Annotations
Types used in IPDFDocument3
PDF page methods

See Also
Collapse All

Methods and properties category for modifying content of a PDF document.

PDFPAGE_Arc Creates an elliptically curved path between points.
PDFPAGE_Arc2 Creates an elliptically curved path between angles.
PDFPAGE_ArcTo Creates an elliptically curved path between points.
PDFPAGE_BeginText Begins text-related operations block and switches PDF page to text mode.
PDFPAGE_CanvasCurrentPointX Gets the X-coordinate of the graphical current path position.
PDFPAGE_CanvasCurrentPointY 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 Creates a circular curved path.
PDFPAGE_Clip Sets the current path as a clipping boundary using a non-zero winding number rule.
PDFPAGE_ClosePath Closes the created path.
PDFPAGE_Comment Inserts a comment into the page stream.
PDFPAGE_Concat This method is deprecated and does nothing.Do not use it.
PDFPAGE_CurrentTextPositionX Returns current text position X-coordinate.
PDFPAGE_CurrentTextPositionY Returns current text position Y-coordinate.
PDFPAGE_CurveTo Creates a Bézier cubic curve segment.
PDFPAGE_DrawWatermark Draws existing watermark on the current PDF page.
PDFPAGE_Ellipse Creates an elliptical curved path.
PDFPAGE_EndText Ends text-related operations block and switched PDF page to graphical mode.
PDFPAGE_EoClip Sets the current path as a clipping boundary using an even-odd rule.
PDFPAGE_EoFill Fills a path with color uses an even-odd rule.
PDFPAGE_EoFillAndStroke Fills a path with color and strokes the path uses an even-odd rule.
PDFPAGE_Fill Fills a path with color using a non-zero winding number rule.
PDFPAGE_FillAndStroke Fills a path with color and strokes the path using a non-zero winding number rule.
PDFPAGE_GetColorSpace Retrieves current ICC-based color mapping profile index.
PDFPAGE_GetColorSpaceType Retrieves current color mapping profile type.
PDFPAGE_GetTextHeight Gets the height of the specified string in pixels.
PDFPAGE_GetTextWidth Gets the width of the specified string in pixels.
PDFPAGE_GetUnicodeTextHeight Gets the height of the specified unicode string in pixels.
PDFPAGE_GetUnicodeTextWidth Gets the width of the specified unicode string in pixels.
PDFPAGE_GStateRestore Pulls the graphical state from the stack.
PDFPAGE_GStateSave Pushes the graphical state into the stack.
PDFPAGE_Height Gets or sets the height of the current page.
PDFPAGE_InPath Gets value indicating if the current page is in path mode.
PDFPAGE_LineTo Creates a line path.
PDFPAGE_MoveTo Moves the current point to a new position.
PDFPAGE_NewPath Initializes a newly created path.
PDFPAGE_NoDash Finishes the pattern control of dashes and gaps.
PDFPAGE_Orientation Sets or gets the current page orientation.
PDFPAGE_PageRotate Rotates the resulting page.
PDFPAGE_Pie Creates an elliptical pie-shaped path between points.
PDFPAGE_Pie2 Creates an elliptical pie-shaped path between angles.
PDFPAGE_PlayMetaFile Adds a metafile to a PDF document.
PDFPAGE_PlayMetaFileEx Adds a metafile to a PDF document.
PDFPAGE_PlayMetaFileExFromFileName Adds a metafile to a PDF document.
PDFPAGE_PlayMetaFileFromFileName Adds a metafile to a PDF document.
PDFPAGE_Rectangle Creates a rectangle path.
PDFPAGE_RectRotated Creates a rotated rectangle path.
PDFPAGE_Resolution Gets or sets the resolution of the current page in DPI.
PDFPAGE_Rotate Rotate graphics counterclockwise to the angle specified.
PDFPAGE_RotateText Rotate text to the angle specified.
PDFPAGE_RoundRect Creates a rectangle path with rounded corners.
PDFPAGE_Scale Scales PDF document page coordinates.
PDFPAGE_SetActiveFont Set the new font with attributes for text output.
PDFPAGE_SetCharacterSpacing Sets a space between characters.
PDFPAGE_SetCMYKColor Sets both stroke and fill colors to specified CMYK color values.
PDFPAGE_SetCMYKColorFill Sets fill color to specified CMYK color values.
PDFPAGE_SetCMYKColorStroke Sets stroke color to specified CMYK color values.
PDFPAGE_SetColor Sets both stroke and fill colors to specified color values.
PDFPAGE_SetColorFill Sets fill color to specified color values.
PDFPAGE_SetColorSpace Sets specified ICC profile as current color mapping profile.
PDFPAGE_SetColorStroke Sets stroke color to specified color values.
PDFPAGE_SetDash Provides pattern control of dashes and gaps.Examples of line dash patterns:
PDFPAGE_SetDefaultCMYKColorSpace Sets default CMYK color mapping profile as current.
PDFPAGE_SetDefaultGrayColorSpace Sets default gray color mapping profile as current.
PDFPAGE_SetDefaultRGBColorSpace Sets default RGB color mapping profile as current.
PDFPAGE_SetFlat Configures the flatness error tolerance.
PDFPAGE_SetGray Sets both stroke and fill colors to specified gray value.
PDFPAGE_SetGrayFill Sets fill color to specified gray value.
PDFPAGE_SetGrayStroke Sets stroke color to specified gray value.
PDFPAGE_SetHorizontalScaling Sets the horizontal scaling factor.
PDFPAGE_SetLineCap Configuring the line ends style for an open sub-path.
PDFPAGE_SetLineJoin Configures the line join style.
PDFPAGE_SetLineWidth Configures the line path width.
PDFPAGE_SetLinkToPage Creates hyper link in a PDF document.
PDFPAGE_SetMiterLimit Configures the miter length.
PDFPAGE_SetPixel Sets the pixel of the given color.
PDFPAGE_SetRGBColor Sets both stroke and fill colors to specified RGB color values.
PDFPAGE_SetRGBColorFill Sets fill color to specified RGB color values.
PDFPAGE_SetRGBColorStroke Sets stroke color to specified RGB color values.
PDFPAGE_SetTextPosition Sets the new text position.
PDFPAGE_SetTextRenderingMode Sets the mode of text rendering.
PDFPAGE_SetTextRise Sets the text rise value.
PDFPAGE_SetURL Creates a hyper link active area in a PDF document.
PDFPAGE_SetWordSpacing Sets a space between words.
PDFPAGE_ShowImage Draws an image in a PDF document.
PDFPAGE_Size Gets the size of the current page.
PDFPAGE_SkewText This method is deprecated and does nothing.Do not use it.
PDFPAGE_Stroke Flush the current path using a non-zero winding number rule.
PDFPAGE_TextBox Draws text bounded by a rectangle.
PDFPAGE_TextInitiated Gets value indicating if the text block initiated or not.
PDFPAGE_TextOut Draws text in a PDF document starting from a specified position.
PDFPAGE_TextOutBox Draws wrapped text bounded by a rectangle.
PDFPAGE_TextOutBox2 Draws wrapped text bounded by a rectangle.
PDFPAGE_TextShow Draws a text line in a PDF document starting from the current text position.
PDFPAGE_Thumbnail Gets or sets a thumbnail preview to the current page.
PDFPAGE_Translate Shifts PDF document page coordinates.
PDFPAGE_UnicodeTextBox Draws unicode text bounded by a rectangle.
PDFPAGE_UnicodeTextOut Draws unicode text in a PDF document.
PDFPAGE_UnicodeTextOutBox Draws wrapped text bounded by a rectangle.
PDFPAGE_UnicodeTextOutBox2 Draws wrapped Unicode text bounded by a rectangle.
PDFPAGE_UnicodeTextShow Draws an Unicode text line in a PDF document starting from the current text position.
PDFPAGE_Watermark Gets or sets a watermark to the current page.
PDFPAGE_Width Gets or sets the width of the current page.

See Also

Reference

PDF Library Download Features Manual Tutorials FAQ Pricing HTML2PDF Add-on History In the Lab

 

 

PDF Library | Virtual Printer | Converters to PDF

Support | Blog | Forum | Contacts

© 2000-2008, Two Pilots