| Author | Get or set the name of the person who created the document. | |
| ClosePDFFile | Close the current document. | |
| CreatePDFFile | Creates a new pdf document file. | |
| DisplayDocTitle | Get or set the flag specifying whether the window's title bar should display the document title. | |
| DisplayPageCounter | Get or set the flag specifying if a page counter object should be displayed. | |
| DrawBox | Draw a box for the given width and height at the specifiy location. | |
| DrawBoxWithText | Draws a box with text for the given width and height at the specifiy location. | |
| DrawFilledBox | Draws a filled or shaded box for the given width and height at the specifiy location. | |
| DrawFilledBoxWithText | Draws a filled or shaded box with text for the given width and height at the specifiy location. | |
| DrawImage | Draw an image for the given width and height at the specifiy location. | |
| DrawLine | Draw a line for the given height and width at the specifiy location. | |
| DrawPageCounterObject | Draws the pdf page counter object on every page of the pdf document at the specifiy location. | |
| DrawRenderText | Draws render text at the specifiy location, using the given font, size, alignment and color. | |
| DrawText | Draws text at the specifiy location, using the given font, size, alignment, color and rotation. | |
| EndPage | Ends the current page. | |
| FitInWindow | Get or set the flag specifying whether to resize the document's window to fit the size of the first displayed page. | |
| FontDescriptor | Public Structure. Describes a font default metrics other information. | |
| GetCurrentPageNumber | Get the number of pages currently in the pdf document. | |
| GetCurrentPDFFileLength | Get the length of the current pdf document file in bytes. | |
| GetFontArrayAverageWidth | Get the average width of the widths array passed. | |
| GetFontArrayIDFromFontDictionaryName | Get the font ID number from the Font Dictionary. | |
| GetFontArrayMaxiumnWidth | Get the maxiumn width of the widths array passed. | |
| GetImageFileInfo | Returns the ImageInformation Structure for the given image. | |
| GetNewObjectNumber | Get the next free object number. | |
| GetNumberOfFontsLoaded | Get the number of fonts currently loaded into the document Font Dictionary. | |
| GetTextLength | Get the width of the text for a given font and size. | |
| HideMenuBar | Get or set the flag specifying whether to hide the viewer application's menu bar when the document is active. | |
| HideToolBar | Get or set the flag specifying whether to hide the viewer application's tool bars when the document is active. | |
| ImageInformation | Public Structure | |
| IsFontLoaded | Check to see if there is a font already loaded in the Font Dictionary with the given name. | |
| Keywords | Get or set the keywords associated with the document. | |
| LoadArialBoldItalicWidths | Load the fontDescriptor for the Arial Bold Italic font. | |
| LoadArialBoldWidths | Load the fontDescriptor for the Arial Bold font. | |
| LoadArialItalicWidths | Load the fontDescriptor for the Arial Italic font. | |
| LoadArialRegularWidths | Load the fontDescriptor for the Arial Regular font. | |
| LoadComicSansMSBoldItalicWidths | Load the fontDescriptor for the ComicSansMS Bold Italic font. | |
| LoadComicSansMSBoldWidths | Load the fontDescriptor for the ComicSansMS Bold font. | |
| LoadComicSansMSItalicWidths | Load the fontDescriptor for the ComicSansMS Italic font. | |
| LoadComicSansMSRegularWidths | Load the fontDescriptor for the ComicSansMS Regular font. | |
| LoadCourierNewBoldItalicWidths | Load the fontDescriptor for the CourierNew Bold Italic font. | |
| LoadCourierNewBoldWidths | Load the fontDescriptor for the CourierNew Bold font. | |
| LoadCourierNewItalicWidths | Load the fontDescriptor for the CourierNew Italic font. | |
| LoadCourierNewRegularWidths | Load the fontDescriptor for the CourierNew Regular font. | |
| LoadFont | Load the specify font into the Font Dictionary. | |
| LoadFontArray | Load the specify fontDescriptor into the LoadedFonts array. | |
| LoadImageFile | Load an image into the document. | |
| LoadLucidaConsoleBoldItalicWidths | Load the fontDescriptor for the LucidaConsole Bold Italic font. | |
| LoadLucidaConsoleBoldWidths | Load the fontDescriptor for the LucidaConsole Bold font. | |
| LoadLucidaConsoleItalicWidths | Load the fontDescriptor for the LucidaConsole Italic font. | |
| LoadLucidaConsoleRegularWidths | Load the fontDescriptor for the LucidaConsole Regular font. | |
| LoadMicrosoftSansSerifBoldItalicWidths | Load the fontDescriptor for the MicrosoftSansSerif Bold Italic font. | |
| LoadMicrosoftSansSerifBoldWidths | Load the fontDescriptor for the MicrosoftSansSerif Bold font. | |
| LoadMicrosoftSansSerifItalicWidths | Load the fontDescriptor for the MicrosoftSansSerif Italic font. | |
| LoadMicrosoftSansSerifRegularWidths | Load the fontDescriptor for the MicrosoftSansSerif Regular font. | |
| LoadPalatinoLinotypeBoldItalicWidths | Load the fontDescriptor for the PalatinoLinotype Bold Italic font. | |
| LoadPalatinoLinotypeBoldWidths | Load the fontDescriptor for the PalatinoLinotype Bold font. | |
| LoadPalatinoLinotypeItalicWidths | Load the fontDescriptor for the PalatinoLinotype Italic font. | |
| LoadPalatinoLinotypeRegularWidths | Load the fontDescriptor for the PalatinoLinotype Regular font. | |
| LoadTimesNewRomanBoldItalicWidths | Load the fontDescriptor for the TimesNewRoman Bold Italic font. | |
| LoadTimesNewRomanBoldWidths | Load the fontDescriptor for the TimesNewRoman Bold font. | |
| LoadTimesNewRomanItalicWidths | Load the fontDescriptor for the TimesNewRoman Italic font. | |
| LoadTimesNewRomanRegularWidths | Load the fontDescriptor for the TimesNewRoman Regular font. | |
| LoadVerdanaBoldItalicWidths | Load the fontDescriptor for the Verdana Bold Italic font. | |
| LoadVerdanaBoldWidths | Load the fontDescriptor for the Verdana Bold font. | |
| LoadVerdanaItalicWidths | Load the fontDescriptor for the Verdana Italic font. | |
| LoadVerdanaRegularWidths | Load the fontDescriptor for the Verdana Regular font. | |
| Margin | Get or set the margin of the document. | |
| PageHeightInCentimeter | Get or set the document page height in centimeters. | |
| PageHeightInInch | Get or set the document page height in inches. | |
| PageHeightInPixel | Get or set the document page height in pixels. | |
| PageWidthInCentimeter | Get or set the document page width in centimeters. | |
| PageWidthInInch | Get or set the document page width in inches. | |
| PageWidthInPixel | Get or set the document page width in pixels. | |
| PaperSize | Get or set the document paper size. | |
| pdf.FontName | Public Enum. Contains the names of all fonts that can be loaded into a document created by vbPDF. | |
| pdf.FontStyle | Public Enum. Contains the font styles avaiable in vbPDF. | |
| pdfImageSize | Public Structure | |
| pdf.LineCapStyle | Public Enum. Contains the line cap styles avaiable in vbPDF. | |
| pdf.PageLayout | Public Enum. Contains the page layouts avaiable in vbPDF. | |
| pdf.PageMode | Public Enum. Contains the page modes avaiable in vbPDF. | |
| pdf.PageSize | Public Enum. Contains the page sizes avaiable in vbPDF. | |
| pdf.ScaleMode | Public Enum. Contains the scale modes avaiable in vbPDF. | |
| pdf.TextAlignment | Public Enum. Contains the text alignments avaiable in vbPDF. | |
| pdf.TextRenderingMode | Public Enum. Contains the text rendering modes avaiable in vbPDF. | |
| ReadTextBoxIntoStringArray | Creates a new array item for each line of text in the given text box. | |
| ReCreateImage | Creates a new image from an existing image. | |
| ReportFileName | Get or set the path and file name of the report. | |
| RotateText | Rotate the text at the coordinates for the given degrees. | |
| ScalePDFImageSize | Returns the maximum new pdfImageSize, that will keep the original image aspect ratio and still allow it to fit in within the new size. | |
| SplitTextInToLines | Split the text into individual lines for the given font and width. | |
| StartPage | Creates a new page. | |
| Subject | Get and set the subject of the document. | |
| Title | Get and set the document's title. | |
| ToPDFText | Add a backslash in front of pdf control characters. | |
| WriteToFile | Write the text to the end of the current pdf file. |