[ all elements ]

Index of all elements

[ 2 ] [ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ y ] [ z ] [ _ ]

2

2dbarcodes.php
procedural page 2dbarcodes.php
top

a

$AliasNbPages
in file tcpdf.php, variable TCPDF::$AliasNbPages
$AliasNumPage
in file tcpdf.php, variable TCPDF::$AliasNumPage
$alignmentPattern
in file qrcode.php, variable QRcode::$alignmentPattern
$annotation_fonts
in file tcpdf.php, variable TCPDF::$annotation_fonts
    List of fonts used on form fields (fontname => fontkey).
$anTable
in file qrcode.php, variable QRcode::$anTable
$author
in file tcpdf.php, variable TCPDF::$author
$AutoPageBreak
in file tcpdf.php, variable TCPDF::$AutoPageBreak
AcceptPageBreak
in file tcpdf.php, method TCPDF::AcceptPageBreak()
    Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.
addExtGState
in file tcpdf.php, method TCPDF::addExtGState()
    Add transparency parameters to the current extgstate
AddFont
in file tcpdf.php, method TCPDF::AddFont()
    Imports a TrueType, Type1, core, or CID0 font and makes it available.
addHtmlLink
in file tcpdf.php, method TCPDF::addHtmlLink()
    Output anchor link.
addHTMLTOC
in file tcpdf.php, method TCPDF::addHTMLTOC()
    Output a Table Of Content Index (TOC) using HTML templates.
addHTMLVertSpace
in file tcpdf.php, method TCPDF::addHTMLVertSpace()
    Add vertical spaces if needed.
addJavascriptObject
in file tcpdf.php, method TCPDF::addJavascriptObject()
    Adds a javascript object and return object ID
AddLink
in file tcpdf.php, method TCPDF::AddLink()
    Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
AddPage
in file tcpdf.php, method TCPDF::AddPage()
    Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).
AddSpotColor
in file tcpdf.php, method TCPDF::AddSpotColor()
    Defines a new spot color.
addTOC
in file tcpdf.php, method TCPDF::addTOC()
    Output a Table of Content Index (TOC).
addTOCPage
in file tcpdf.php, method TCPDF::addTOCPage()
    Adds a new TOC (Table Of Content) page to the document.
AliasNbPages
in file tcpdf.php, method TCPDF::AliasNbPages()
    Defines an alias for the total number of pages.
AliasNumPage
in file tcpdf.php, method TCPDF::AliasNumPage()
    Defines an alias for the page number.
allocate
in file qrcode.php, method QRcode::allocate()
    Return an array with zeros
Annotation
in file tcpdf.php, method TCPDF::Annotation()
    Puts a markup annotation on a rectangular area of the page.
appendBitstream
in file qrcode.php, method QRcode::appendBitstream()
    Append one bitstream to another
appendBytes
in file qrcode.php, method QRcode::appendBytes()
    Append one bitstream created from bytes to another
appendNewInputItem
in file qrcode.php, method QRcode::appendNewInputItem()
    Append data to an input object.
appendNum
in file qrcode.php, method QRcode::appendNum()
    Append one bitstream created from number to another
appendPaddingBit
in file qrcode.php, method QRcode::appendPaddingBit()
    Append Padding Bit to bitstream
Arrow
in file tcpdf.php, method TCPDF::Arrow()
    Draws a grahic arrow.
arrUTF8ToUTF16BE
in file tcpdf.php, method TCPDF::arrUTF8ToUTF16BE()
    Converts array of UTF-8 characters to UTF16-BE string.
top

b

$b1
in file qrcode.php, variable QRcode::$b1
$barcode
in file tcpdf.php, variable TCPDF::$barcode
$barcode_array
in file 2dbarcodes.php, variable TCPDF2DBarcode::$barcode_array
$barcode_array
in file pdf417.php, variable PDF417::$barcode_array
$barcode_array
in file qrcode.php, variable QRcode::$barcode_array
$barcode_array
in file barcodes.php, variable TCPDFBarcode::$barcode_array
$bgcolor
in file tcpdf.php, variable TCPDF::$bgcolor
$bit
in file qrcode.php, variable QRcode::$bit
$blocks
in file qrcode.php, variable QRcode::$blocks
$bMargin
in file tcpdf.php, variable TCPDF::$bMargin
$booklet
in file tcpdf.php, variable TCPDF::$booklet
    Booklet mode for double-sided pages
$bordermrk
in file tcpdf.php, variable TCPDF::$bordermrk
    Array used to store positions inside the pages buffer.
$buffer
in file tcpdf.php, variable TCPDF::$buffer
$bufferlen
in file tcpdf.php, variable TCPDF::$bufferlen
    Length of the buffer in bytes.
$byterange_string
in file tcpdf.php, variable TCPDF::$byterange_string
    ByteRange placemark used during signature process.
barcodes.php
procedural page barcodes.php
barcode_c128
in file barcodes.php, method TCPDFBarcode::barcode_c128()
    C128 barcodes.
barcode_codabar
in file barcodes.php, method TCPDFBarcode::barcode_codabar()
    CODABAR barcodes.
barcode_code11
in file barcodes.php, method TCPDFBarcode::barcode_code11()
    CODE11 barcodes.
barcode_code39
in file barcodes.php, method TCPDFBarcode::barcode_code39()
    CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.
barcode_code93
in file barcodes.php, method TCPDFBarcode::barcode_code93()
    CODE 93 - USS-93
barcode_eanext
in file barcodes.php, method TCPDFBarcode::barcode_eanext()
    UPC-Based Extentions
barcode_eanupc
in file barcodes.php, method TCPDFBarcode::barcode_eanupc()
    EAN13 and UPC-A barcodes.
barcode_i25
in file barcodes.php, method TCPDFBarcode::barcode_i25()
    Interleaved 2 of 5 barcodes.
barcode_imb
in file barcodes.php, method TCPDFBarcode::barcode_imb()
    IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200 (requires PHP bcmath extension) Intelligent Mail barcode is a 65-bar code for use on mail in the United States.
barcode_msi
in file barcodes.php, method TCPDFBarcode::barcode_msi()
    MSI.
barcode_pharmacode
in file barcodes.php, method TCPDFBarcode::barcode_pharmacode()
    Pharmacode
barcode_pharmacode2t
in file barcodes.php, method TCPDFBarcode::barcode_pharmacode2t()
    Pharmacode two-track
barcode_postnet
in file barcodes.php, method TCPDFBarcode::barcode_postnet()
    POSTNET and PLANET barcodes.
barcode_rms4cc
in file barcodes.php, method TCPDFBarcode::barcode_rms4cc()
    RMS4CC - CBC - KIX RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) - KIX (Klant index - Customer index) RM4SCC is the name of the barcode symbology used by the Royal Mail for its Cleanmail service.
barcode_s25
in file barcodes.php, method TCPDFBarcode::barcode_s25()
    Standard 2 of 5 barcodes.
binarize
in file qrcode.php, method QRcode::binarize()
    Convert the frame in binary form
binseq_to_array
in file barcodes.php, method TCPDFBarcode::binseq_to_array()
    Convert binary barcode sequence to TCPDF barcode array
bitstreamToByte
in file qrcode.php, method QRcode::bitstreamToByte()
    Convert bitstream to bytes
Bookmark
in file tcpdf.php, method TCPDF::Bookmark()
    Adds a bookmark.
Button
in file tcpdf.php, method TCPDF::Button()
    Creates a button field
top

c

$cache_file_length
in file tcpdf.php, variable TCPDF::$cache_file_length
    Array used to store the lengths of cache files
$cache_maxsize_UTF8StringToArray
in file tcpdf.php, variable TCPDF::$cache_maxsize_UTF8StringToArray
    Maximum size of cache array used for UTF8StringToArray() method.
$cache_size_UTF8StringToArray
in file tcpdf.php, variable TCPDF::$cache_size_UTF8StringToArray
    Current size of cache array used for UTF8StringToArray() method.
$cache_UTF8StringToArray
in file tcpdf.php, variable TCPDF::$cache_UTF8StringToArray
    Cache array for UTF8StringToArray() method.
$capacity
in file qrcode.php, variable QRcode::$capacity
$casesensitive
in file qrcode.php, variable QRcode::$casesensitive
$cell_height_ratio
in file tcpdf.php, variable TCPDF::$cell_height_ratio
    Default cell height ratio.
$clusters
in file pdf417.php, variable PDF417::$clusters
$cMargin
in file tcpdf.php, variable TCPDF::$cMargin
$cntmrk
in file tcpdf.php, variable TCPDF::$cntmrk
    Array used to store content positions inside the pages buffer.
$ColorFlag
in file tcpdf.php, variable TCPDF::$ColorFlag
$columns
in file tcpdf.php, variable TCPDF::$columns
    Array of column measures (width, space, starting Y position)
$column_start_page
in file tcpdf.php, variable TCPDF::$column_start_page
    Starting page for columns
$colxshift
in file tcpdf.php, variable TCPDF::$colxshift
    Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding
$compress
in file tcpdf.php, variable TCPDF::$compress
$CoreFonts
in file tcpdf.php, variable TCPDF::$CoreFonts
$count
in file qrcode.php, variable QRcode::$count
$creator
in file tcpdf.php, variable TCPDF::$creator
$CurOrientation
in file tcpdf.php, variable TCPDF::$CurOrientation
$CurrentFont
in file tcpdf.php, variable TCPDF::$CurrentFont
$current_column
in file tcpdf.php, variable TCPDF::$current_column
    Current column number
$currpagegroup
in file tcpdf.php, variable TCPDF::$currpagegroup
    Contains the alias of the current page group
$customlistindent
in file tcpdf.php, variable TCPDF::$customlistindent
calcN1N3
in file qrcode.php, method QRcode::calcN1N3()
    calcN1N3
calcParity
in file qrcode.php, method QRcode::calcParity()
    calcParity
Cell
in file tcpdf.php, method TCPDF::Cell()
    Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
check
in file qrcode.php, method QRcode::check()
    Validate the input data.
CheckBox
in file tcpdf.php, method TCPDF::CheckBox()
    Creates a CheckBox field
checkModeAn
in file qrcode.php, method QRcode::checkModeAn()
    checkModeAn
checkModeKanji
in file qrcode.php, method QRcode::checkModeKanji()
    checkModeKanji
checkModeNum
in file qrcode.php, method QRcode::checkModeNum()
    checkModeNum
checkPageBreak
in file tcpdf.php, method TCPDF::checkPageBreak()
    Add page if needed.
checksum_code39
in file barcodes.php, method TCPDFBarcode::checksum_code39()
    Calculate CODE 39 checksum (modulo 43).
checksum_code93
in file barcodes.php, method TCPDFBarcode::checksum_code93()
    Calculate CODE 93 checksum (modulo 47).
checksum_s25
in file barcodes.php, method TCPDFBarcode::checksum_s25()
    Checksum for standard 2 of 5 barcodes.
Circle
in file tcpdf.php, method TCPDF::Circle()
    Draws a circle.
Clip
in file tcpdf.php, method TCPDF::Clip()
    Set a rectangular clipping area.
Close
in file tcpdf.php, method TCPDF::Close()
    Terminates the PDF document.
closeHTMLTagHandler
in file tcpdf.php, method TCPDF::closeHTMLTagHandler()
    Process closing tags.
colorRegistrationBar
in file tcpdf.php, method TCPDF::colorRegistrationBar()
    Paints color transition registration bars
ComboBox
in file tcpdf.php, method TCPDF::ComboBox()
    Creates a Combo-box field
commitTransaction
in file tcpdf.php, method TCPDF::commitTransaction()
    Delete the copy of the current TCPDF object used for undo operation.
convertData
in file qrcode.php, method QRcode::convertData()
    convertData
convertHexStringToString
in file tcpdf.php, method TCPDF::convertHexStringToString()
    Convert hexadecimal string to string
convertHTMLColorToDec
in file tcpdf.php, method TCPDF::convertHTMLColorToDec()
    Returns an associative array (keys: R,G,B) from an html color name or a six-digit or three-digit hexadecimal color representation (i.e. #3FE5AA or #7FF).
convertStringToHexString
in file tcpdf.php, method TCPDF::convertStringToHexString()
    Convert string to hexadecimal string (byte string)
convertSVGtMatrix
in file tcpdf.php, method TCPDF::convertSVGtMatrix()
    Convert SVG transformation matrix to PDF.
CoonsPatchMesh
in file tcpdf.php, method TCPDF::CoonsPatchMesh()
    Paints a coons patch mesh.
copyPage
in file tcpdf.php, method TCPDF::copyPage()
    Clone the specified page to a new page.
createBitStream
in file qrcode.php, method QRcode::createBitStream()
    createBitStream
createFrame
in file qrcode.php, method QRcode::createFrame()
    Return a copy of initialized frame.
cropMark
in file tcpdf.php, method TCPDF::cropMark()
    Paints crop mark
Curve
in file tcpdf.php, method TCPDF::Curve()
    Draws a Bezier curve.
top

d

$data
in file qrcode.php, variable QRcode::$data
$datacode
in file qrcode.php, variable QRcode::$datacode
$dataLength
in file qrcode.php, variable QRcode::$dataLength
$dataStr
in file qrcode.php, variable QRcode::$dataStr
$default_form_prop
in file tcpdf.php, variable TCPDF::$default_form_prop
    Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry.
$default_graphic_vars
in file tcpdf.php, variable TCPDF::$default_graphic_vars
$default_monospaced_font
in file tcpdf.php, variable TCPDF::$default_monospaced_font
    Default monospaced font
$default_table_columns
in file tcpdf.php, variable TCPDF::$default_table_columns
$diffs
in file tcpdf.php, variable TCPDF::$diffs
$dir
in file qrcode.php, variable QRcode::$dir
$diskcache
in file tcpdf.php, variable TCPDF::$diskcache
    If true enables disk caching.
$dpi
in file tcpdf.php, variable TCPDF::$dpi
    Dot Per Inch Document Resolution (do not change)
$DrawColor
in file tcpdf.php, variable TCPDF::$DrawColor
dec_to_hex
in file barcodes.php, method TCPDFBarcode::dec_to_hex()
    Convert large integer number to hexadecimal representation.
deletePage
in file tcpdf.php, method TCPDF::deletePage()
    Remove the specified page.
drawHTMLTagBorder
in file tcpdf.php, method TCPDF::drawHTMLTagBorder()
    Draw an HTML block border and fill
top

e

$ecccode
in file qrcode.php, variable QRcode::$ecccode
$eccLength
in file qrcode.php, variable QRcode::$eccLength
$eccTable
in file qrcode.php, variable QRcode::$eccTable
$embeddedfiles
in file tcpdf.php, variable TCPDF::$embeddedfiles
$emptypagemrk
in file tcpdf.php, variable TCPDF::$emptypagemrk
    Array used to store page positions to track empty pages.
$encoding
in file tcpdf.php, variable TCPDF::$encoding
$encryptdata
in file tcpdf.php, variable TCPDF::$encryptdata
    Array containing encryption settings
$encrypted
in file tcpdf.php, variable TCPDF::$encrypted
    Indicates whether document is protected
$enc_padding
in file tcpdf.php, variable TCPDF::$enc_padding
    Encryption padding
$endlinex
in file tcpdf.php, variable TCPDF::$endlinex
    End position of the latest inserted line
$epsmarker
in file tcpdf.php, variable TCPDF::$epsmarker
    String used to mark the beginning and end of EPS image blocks
$extgstates
in file tcpdf.php, variable TCPDF::$extgstates
    Array of transparency objects and parameters.
eat8
in file qrcode.php, method QRcode::eat8()
    eat8
eatAn
in file qrcode.php, method QRcode::eatAn()
    eatAn
eatKanji
in file qrcode.php, method QRcode::eatKanji()
    eatKanji
eatNum
in file qrcode.php, method QRcode::eatNum()
    eatNum
Ellipse
in file tcpdf.php, method TCPDF::Ellipse()
    Draws an ellipse.
empty_string
in file tcpdf.php, method TCPDF::empty_string()
    Determine whether a string is empty.
encodeBitStream
in file qrcode.php, method QRcode::encodeBitStream()
    encodeBitStream
encodeMask
in file qrcode.php, method QRcode::encodeMask()
    Encode mask
encodeMode8
in file qrcode.php, method QRcode::encodeMode8()
    encodeMode8
encodeModeAn
in file qrcode.php, method QRcode::encodeModeAn()
    encodeModeAn
encodeModeKanji
in file qrcode.php, method QRcode::encodeModeKanji()
    encodeModeKanji
encodeModeNum
in file qrcode.php, method QRcode::encodeModeNum()
    encodeModeNum
encodeModeStructure
in file qrcode.php, method QRcode::encodeModeStructure()
    encodeModeStructure
encodeString
in file qrcode.php, method QRcode::encodeString()
    Encode the input string to QR code
encode_code39_ext
in file barcodes.php, method TCPDFBarcode::encode_code39_ext()
    Encode a string to be used for CODE 39 Extended mode.
encode_rs_char
in file qrcode.php, method QRcode::encode_rs_char()
    Encode a Reed-Solomon codec and returns the parity array
endPage
in file tcpdf.php, method TCPDF::endPage()
    Terminate the current page
endSVGElementHandler
in file tcpdf.php, method TCPDF::endSVGElementHandler()
    Sets the closing SVG element handler function for the XML parser.
endTemplate
in file tcpdf.php, method TCPDF::endTemplate()
    End the current XObject Template started with startTemplate() and restore the previous graphic state.
endTOCPage
in file tcpdf.php, method TCPDF::endTOCPage()
    Terminate the current TOC (Table Of Content) page
Error
in file tcpdf.php, method TCPDF::Error()
    This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
estimateBitsMode8
in file qrcode.php, method QRcode::estimateBitsMode8()
    estimateBitsMode8
estimateBitsModeAn
in file qrcode.php, method QRcode::estimateBitsModeAn()
    estimateBitsModeAn
estimateBitsModeKanji
in file qrcode.php, method QRcode::estimateBitsModeKanji()
    estimateBitsModeKanji
estimateBitsModeNum
in file qrcode.php, method QRcode::estimateBitsModeNum()
    estimateBitsModeNum
estimateBitStreamSize
in file qrcode.php, method QRcode::estimateBitStreamSize()
    estimateBitStreamSize
estimateVersion
in file qrcode.php, method QRcode::estimateVersion()
    estimateVersion
evaluateSymbol
in file qrcode.php, method QRcode::evaluateSymbol()
    evaluateSymbol
extractCSSproperties
in file tcpdf.php, method TCPDF::extractCSSproperties()
    Extracts the CSS properties from a CSS string.
top

f

$feps
in file tcpdf.php, variable TCPDF::$feps
    Epsilon value used for float calculations
$fgcolor
in file tcpdf.php, variable TCPDF::$fgcolor
$fhPt
in file tcpdf.php, variable TCPDF::$fhPt
$file_id
in file tcpdf.php, variable TCPDF::$file_id
    File ID (used on trailer)
$FillColor
in file tcpdf.php, variable TCPDF::$FillColor
$FontAscent
in file tcpdf.php, variable TCPDF::$FontAscent
$FontDescent
in file tcpdf.php, variable TCPDF::$FontDescent
$FontFamily
in file tcpdf.php, variable TCPDF::$FontFamily
$FontFiles
in file tcpdf.php, variable TCPDF::$FontFiles
$fontkeys
in file tcpdf.php, variable TCPDF::$fontkeys
    Store the font keys.
$fontlist
in file tcpdf.php, variable TCPDF::$fontlist
$fonts
in file tcpdf.php, variable TCPDF::$fonts
$FontSize
in file tcpdf.php, variable TCPDF::$FontSize
$FontSizePt
in file tcpdf.php, variable TCPDF::$FontSizePt
$FontStyle
in file tcpdf.php, variable TCPDF::$FontStyle
$font_obj_ids
in file tcpdf.php, variable TCPDF::$font_obj_ids
    Store the font object IDs.
$font_subsetting
in file tcpdf.php, variable TCPDF::$font_subsetting
$footerlen
in file tcpdf.php, variable TCPDF::$footerlen
    Array used to store footer length of each page.
$footerpos
in file tcpdf.php, variable TCPDF::$footerpos
    Array used to store footer positions of each page.
$footer_font
in file tcpdf.php, variable TCPDF::$footer_font
$footer_margin
in file tcpdf.php, variable TCPDF::$footer_margin
$formatInfo
in file qrcode.php, variable QRcode::$formatInfo
$form_action
in file tcpdf.php, variable TCPDF::$form_action
    Current form action (used during XHTML rendering)
$form_enctype
in file tcpdf.php, variable TCPDF::$form_enctype
    Current form encryption type (used during XHTML rendering)
$form_mode
in file tcpdf.php, variable TCPDF::$form_mode
    Current method to submit forms.
$form_obj_id
in file tcpdf.php, variable TCPDF::$form_obj_id
    List of form annotations IDs
$frame
in file qrcode.php, variable QRcode::$frame
$frames
in file qrcode.php, variable QRcode::$frames
$fwPt
in file tcpdf.php, variable TCPDF::$fwPt
fitBlock
in file tcpdf.php, method TCPDF::fitBlock()
    Set the block dimensions accounting for page breaks and page/column fitting
Footer
in file tcpdf.php, method TCPDF::Footer()
    This method is used to render the page footer.
formatPageNumber
in file tcpdf.php, method TCPDF::formatPageNumber()
    Format the page numbers.
formatTOCPageNumber
in file tcpdf.php, method TCPDF::formatTOCPageNumber()
    Format the page numbers on the Table Of Content.
top

g

$gradients
in file tcpdf.php, variable TCPDF::$gradients
    Array for storing gradient information.
generateMaskNo
in file qrcode.php, method QRcode::generateMaskNo()
    Return bitmask
GetAbsX
in file tcpdf.php, method TCPDF::GetAbsX()
    Returns the absolute X value of current position.
getAliasNbPages
in file tcpdf.php, method TCPDF::getAliasNbPages()
    Returns the string alias used for the total number of pages.
getAliasNumPage
in file tcpdf.php, method TCPDF::getAliasNumPage()
    Returns the string alias used for the page number.
getAnnotOptFromJSProp
in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
    Convert JavaScript form fields properties array to Annotation Properties array.
GetArrStringWidth
in file tcpdf.php, method TCPDF::GetArrStringWidth()
    Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
getBarcode
in file tcpdf.php, method TCPDF::getBarcode()
    Get current barcode.
getBarcodeArray
in file barcodes.php, method TCPDFBarcode::getBarcodeArray()
    Return an array representations of barcode.
getBarcodeArray
in file qrcode.php, method QRcode::getBarcodeArray()
    Returns a barcode array which is readable by TCPDF
getBarcodeArray
in file 2dbarcodes.php, method TCPDF2DBarcode::getBarcodeArray()
    Return an array representations of barcode.
getBarcodeArray
in file pdf417.php, method PDF417::getBarcodeArray()
    Returns a barcode array which is readable by TCPDF
getBitStream
in file qrcode.php, method QRcode::getBitStream()
    Returns a stream of bits.
getBorderMode
in file tcpdf.php, method TCPDF::getBorderMode()
    Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)
getBorderStartPosition
in file tcpdf.php, method TCPDF::getBorderStartPosition()
    Return the starting coordinates to draw an html border
getBreakMargin
in file tcpdf.php, method TCPDF::getBreakMargin()
    Returns the page break margin.
getBuffer
in file tcpdf.php, method TCPDF::getBuffer()
    Get buffer content.
getByteStream
in file qrcode.php, method QRcode::getByteStream()
    Pack all bit streams padding bits into a byte array.
getCellBorder
in file tcpdf.php, method TCPDF::getCellBorder()
    Returns the code to draw the cell border
getCellCode
in file tcpdf.php, method TCPDF::getCellCode()
    Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
getCellHeightRatio
in file tcpdf.php, method TCPDF::getCellHeightRatio()
    return the height of cell repect font height.
GetCharWidth
in file tcpdf.php, method TCPDF::GetCharWidth()
    Returns the length of the char in user unit for the current font.
getCode
in file qrcode.php, method QRcode::getCode()
    Return Reed-Solomon block code.
getColumn
in file tcpdf.php, method TCPDF::getColumn()
    Return the current column number
getCompaction
in file pdf417.php, method PDF417::getCompaction()
    Compact data by mode.
getCSSBorderDashStyle
in file tcpdf.php, method TCPDF::getCSSBorderDashStyle()
    Returns the border dash style from CSS property
getCSSBorderStyle
in file tcpdf.php, method TCPDF::getCSSBorderStyle()
    Returns the border style array from CSS border properties
getCSSBorderWidth
in file tcpdf.php, method TCPDF::getCSSBorderWidth()
    Returns the border width from CSS property
getDataLength
in file qrcode.php, method QRcode::getDataLength()
    Return maximum data code length (bytes) for the version.
getECCLength
in file qrcode.php, method QRcode::getECCLength()
    Return maximum error correction code length (bytes) for the version.
getEccSpec
in file qrcode.php, method QRcode::getEccSpec()
    Return an array of ECC specification.
getEncPermissionsString
in file tcpdf.php, method TCPDF::getEncPermissionsString()
    Convert encryption P value to a string of bytes, low-order byte first.
getErrorCorrection
in file pdf417.php, method PDF417::getErrorCorrection()
    Returns the error correction codewords
getErrorCorrectionLevel
in file pdf417.php, method PDF417::getErrorCorrectionLevel()
    Returns the error correction level (0-8) to be used
getFontAscent
in file tcpdf.php, method TCPDF::getFontAscent()
    Return the font ascent value
getFontBuffer
in file tcpdf.php, method TCPDF::getFontBuffer()
    Get font buffer content.
getFontDescent
in file tcpdf.php, method TCPDF::getFontDescent()
    Return the font descent value
getFontFamily
in file tcpdf.php, method TCPDF::getFontFamily()
    Returns the current font family name.
getFontFamilyName
in file tcpdf.php, method TCPDF::getFontFamilyName()
    Return normalized font name
getFontSize
in file tcpdf.php, method TCPDF::getFontSize()
    Returns the current font size.
getFontSizePt
in file tcpdf.php, method TCPDF::getFontSizePt()
    Returns the current font size in points unit.
getFontsList
in file tcpdf.php, method TCPDF::getFontsList()
    Fill the list of available fonts ($this->fontlist).
getFontStyle
in file tcpdf.php, method TCPDF::getFontStyle()
    Returns the current font style.
getFontSubsetting
in file tcpdf.php, method TCPDF::getFontSubsetting()
    Return the default option for font subsetting.
getFooterFont
in file tcpdf.php, method TCPDF::getFooterFont()
    Get Footer font.
getFooterMargin
in file tcpdf.php, method TCPDF::getFooterMargin()
    Returns footer margin in user units.
getFormatInfo
in file qrcode.php, method QRcode::getFormatInfo()
    Return BCH encoded format information pattern.
getFormDefaultProp
in file tcpdf.php, method TCPDF::getFormDefaultProp()
    Return the default properties for form fields.
getFrameAt
in file qrcode.php, method QRcode::getFrameAt()
    Get frame value at specified position
getGDgamma
in file tcpdf.php, method TCPDF::getGDgamma()
    Correct the gamma value to be used with GD library
getGraphicVars
in file tcpdf.php, method TCPDF::getGraphicVars()
    Returns current graphic variables as array.
getGroupPageNo
in file tcpdf.php, method TCPDF::getGroupPageNo()
    Return the current page in the group.
getGroupPageNoFormatted
in file tcpdf.php, method TCPDF::getGroupPageNoFormatted()
    Returns the current group page number formatted as a string.
getHeaderData
in file tcpdf.php, method TCPDF::getHeaderData()
    Returns header data:
getHeaderFont
in file tcpdf.php, method TCPDF::getHeaderFont()
    Get header font.
getHeaderMargin
in file tcpdf.php, method TCPDF::getHeaderMargin()
    Returns header margin in user units.
getHtmlDomArray
in file tcpdf.php, method TCPDF::getHtmlDomArray()
    Returns the HTML DOM array.
getHTMLUnitToUnits
in file tcpdf.php, method TCPDF::getHTMLUnitToUnits()
    Convert HTML string containing value and unit of measure to user's units or points.
getHyphenPatternsFromTEX
in file tcpdf.php, method TCPDF::getHyphenPatternsFromTEX()
    Returns an array of hyphenation patterns.
getImageBuffer
in file tcpdf.php, method TCPDF::getImageBuffer()
    Get image buffer content.
getImageFileType
in file tcpdf.php, method TCPDF::getImageFileType()
    Return the image type given the file name or array returned by getimagesize() function.
getImageRBX
in file tcpdf.php, method TCPDF::getImageRBX()
    Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image
getImageRBY
in file tcpdf.php, method TCPDF::getImageRBY()
    Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image
getImageScale
in file tcpdf.php, method TCPDF::getImageScale()
    Returns the adjusting factor to convert pixels to user units.
getInputSequences
in file pdf417.php, method PDF417::getInputSequences()
    Create array of sequences from input
getLastH
in file tcpdf.php, method TCPDF::getLastH()
    Get the last cell height.
GetLineWidth
in file tcpdf.php, method TCPDF::GetLineWidth()
    Returns the current the line width.
getMargins
in file tcpdf.php, method TCPDF::getMargins()
    Returns an array containing current margins:
getMinimumVersion
in file qrcode.php, method QRcode::getMinimumVersion()
    Return a version number that satisfies the input code length.
getNextPosition
in file qrcode.php, method QRcode::getNextPosition()
    Return the next frame position
getNumberOfColumns
in file tcpdf.php, method TCPDF::getNumberOfColumns()
    Return the current number of columns.
GetNumChars
in file tcpdf.php, method TCPDF::GetNumChars()
    Returns the numbero of characters in a string.
getNumLines
in file tcpdf.php, method TCPDF::getNumLines()
    This method return the estimated number of lines for print a simple text string in Multicell() method.
getNumPages
in file tcpdf.php, method TCPDF::getNumPages()
    Get the total number of insered pages.
getObjFilename
in file tcpdf.php, method TCPDF::getObjFilename()
    Returns a temporary filename for caching object on filesystem.
getOriginalMargins
in file tcpdf.php, method TCPDF::getOriginalMargins()
    Returns an array containing original margins:
getPage
in file tcpdf.php, method TCPDF::getPage()
    Get current document page number.
getPageBuffer
in file tcpdf.php, method TCPDF::getPageBuffer()
    Get page buffer content.
getPageDimensions
in file tcpdf.php, method TCPDF::getPageDimensions()
    Returns an array of page dimensions:
getPageGroupAlias
in file tcpdf.php, method TCPDF::getPageGroupAlias()
    Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageHeight
in file tcpdf.php, method TCPDF::getPageHeight()
    Returns the page height in units.
getPageNumGroupAlias
in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
    Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageSizeFromFormat
in file tcpdf.php, method TCPDF::getPageSizeFromFormat()
    Get page dimensions from format name.
getPageWidth
in file tcpdf.php, method TCPDF::getPageWidth()
    Returns the page width in units.
getPathPaintOperator
in file tcpdf.php, method TCPDF::getPathPaintOperator()
    Get the Path-Painting Operators.
getPDFData
in file tcpdf.php, method TCPDF::getPDFData()
    Returns the PDF data.
getRemainder
in file qrcode.php, method QRcode::getRemainder()
    Return the numer of remainder bits.
getRemainingWidth
in file tcpdf.php, method TCPDF::getRemainingWidth()
    Returns the remaining width between the current position and margins.
getRTL
in file tcpdf.php, method TCPDF::getRTL()
    Return the RTL status
getScaleFactor
in file tcpdf.php, method TCPDF::getScaleFactor()
    Returns the scale factor (number of points in user unit).
getSpaceString
in file tcpdf.php, method TCPDF::getSpaceString()
    Returns the string used to find spaces
getStringHeight
in file tcpdf.php, method TCPDF::getStringHeight()
    This method return the estimated needed height for print a simple text string in Multicell() method.
GetStringWidth
in file tcpdf.php, method TCPDF::GetStringWidth()
    Returns the length of a string in user unit. A font must be selected.
getSVGTransformMatrix
in file tcpdf.php, method TCPDF::getSVGTransformMatrix()
    Get the tranformation matrix from SVG transform attribute
getTagStyleFromCSS
in file tcpdf.php, method TCPDF::getTagStyleFromCSS()
    Returns the styles that apply for the selected HTML tag.
getTransformationMatrixProduct
in file tcpdf.php, method TCPDF::getTransformationMatrixProduct()
    Get the product of two SVG tranformation matrices
getUserPermissionCode
in file tcpdf.php, method TCPDF::getUserPermissionCode()
    Return the premission code used on encryption (P value).
getVectorsAngle
in file tcpdf.php, method TCPDF::getVectorsAngle()
    Returns the angle in radiants between two vectors
getVersionPattern
in file qrcode.php, method QRcode::getVersionPattern()
    Return BCH encoded version information pattern that is used for the symbol of version 7 or greater. Use lower 18 bits.
getWidth
in file qrcode.php, method QRcode::getWidth()
    Return the width of the symbol for the version.
GetX
in file tcpdf.php, method TCPDF::GetX()
    Returns the relative X value of current position.
GetY
in file tcpdf.php, method TCPDF::GetY()
    Returns the ordinate of the current position.
get_mqr
in file tcpdf.php, method TCPDF::get_mqr()
    Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist)
Gradient
in file tcpdf.php, method TCPDF::Gradient()
    Output gradient.
top

h

$h
in file tcpdf.php, variable TCPDF::$h
$header_font
in file tcpdf.php, variable TCPDF::$header_font
$header_logo
in file tcpdf.php, variable TCPDF::$header_logo
$header_logo_width
in file tcpdf.php, variable TCPDF::$header_logo_width
$header_margin
in file tcpdf.php, variable TCPDF::$header_margin
$header_string
in file tcpdf.php, variable TCPDF::$header_string
$header_title
in file tcpdf.php, variable TCPDF::$header_title
$hint
in file qrcode.php, variable QRcode::$hint
$hPt
in file tcpdf.php, variable TCPDF::$hPt
$HREF
in file tcpdf.php, variable TCPDF::$HREF
$htmlLinkColorArray
in file tcpdf.php, variable TCPDF::$htmlLinkColorArray
    Default color for html links
$htmlLinkFontStyle
in file tcpdf.php, variable TCPDF::$htmlLinkFontStyle
    Default font style to add to html links
$htmlvspace
in file tcpdf.php, variable TCPDF::$htmlvspace
    Count the latest inserted vertical spaces on HTML
Header
in file tcpdf.php, method TCPDF::Header()
    This method is used to render the page header.
HEAD_MAGNIFICATION
in file tcpdf_config.php, constant HEAD_MAGNIFICATION
    magnification factor for titles
hex_to_dec
in file barcodes.php, method TCPDFBarcode::hex_to_dec()
    Convert large hexadecimal number to decimal representation (string).
htmlcolors.php
procedural page htmlcolors.php
hyphenateText
in file tcpdf.php, method TCPDF::hyphenateText()
    Returns text with soft hyphens.
hyphenateWord
in file tcpdf.php, method TCPDF::hyphenateWord()
    Returns an array of chars containing soft hyphens.
top

i

$imagekeys
in file tcpdf.php, variable TCPDF::$imagekeys
    Store the image keys.
$images
in file tcpdf.php, variable TCPDF::$images
$imgscale
in file tcpdf.php, variable TCPDF::$imgscale
$img_rb_x
in file tcpdf.php, variable TCPDF::$img_rb_x
$img_rb_y
in file tcpdf.php, variable TCPDF::$img_rb_y
$InFooter
in file tcpdf.php, variable TCPDF::$InFooter
$internal_encoding
in file tcpdf.php, variable TCPDF::$internal_encoding
$inthead
in file tcpdf.php, variable TCPDF::$inthead
    True when we are printing the thead section on a new page
$intmrk
in file tcpdf.php, variable TCPDF::$intmrk
    Array used to store positions inside the pages buffer.
$inxobj
in file tcpdf.php, variable TCPDF::$inxobj
$isunicode
in file tcpdf.php, variable TCPDF::$isunicode
$items
in file qrcode.php, variable QRcode::$items
identifyMode
in file qrcode.php, method QRcode::identifyMode()
    identifyMode
Image
in file tcpdf.php, method TCPDF::Image()
    Puts an image in the page.
ImageEps
in file tcpdf.php, method TCPDF::ImageEps()
    Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files.
ImagePngAlpha
in file tcpdf.php, method TCPDF::ImagePngAlpha()
    Extract info from a PNG image with alpha channel using the GD library.
ImageSVG
in file tcpdf.php, method TCPDF::ImageSVG()
    Embedd a Scalable Vector Graphics (SVG) image.
imb_crc11fcs
in file barcodes.php, method TCPDFBarcode::imb_crc11fcs()
    Intelligent Mail Barcode calculation of Frame Check Sequence
imb_reverse_us
in file barcodes.php, method TCPDFBarcode::imb_reverse_us()
    Reverse unsigned short value
imb_tables
in file barcodes.php, method TCPDFBarcode::imb_tables()
    generate Nof13 tables used for Intelligent Mail Barcode
IncludeJS
in file tcpdf.php, method TCPDF::IncludeJS()
    Adds a javascript
init
in file qrcode.php, method QRcode::init()
    Initialize code.
init_rs
in file qrcode.php, method QRcode::init_rs()
    Initialize a Reed-Solomon codec and add it to existing rsitems
init_rs_char
in file qrcode.php, method QRcode::init_rs_char()
    Initialize a Reed-Solomon codec and returns an array of values.
insertStructuredAppendHeader
in file qrcode.php, method QRcode::insertStructuredAppendHeader()
    insertStructuredAppendHeader
intToRoman
in file tcpdf.php, method TCPDF::intToRoman()
    Returns the Roman representation of an integer number
isalnumat
in file qrcode.php, method QRcode::isalnumat()
    Return true if the character at specified position is an alphanumeric character
isdigitat
in file qrcode.php, method QRcode::isdigitat()
    Return true if the character at specified position is a number
isRTLTextDir
in file tcpdf.php, method TCPDF::isRTLTextDir()
    Return the current temporary RTL status
isUnicodeFont
in file tcpdf.php, method TCPDF::isUnicodeFont()
    Return true if the current font is unicode type.
isValidCSSSelectorForTag
in file tcpdf.php, method TCPDF::isValidCSSSelectorForTag()
    Returns true if the CSS selector is valid for the selected HTML tag
top

j

$javascript
in file tcpdf.php, variable TCPDF::$javascript
    javascript code
$jpeg_quality
in file tcpdf.php, variable TCPDF::$jpeg_quality
    Set the default JPEG compression quality (1-100)
$js_objects
in file tcpdf.php, variable TCPDF::$js_objects
    Javascript objects array
top

k

$k
in file tcpdf.php, variable TCPDF::$k
$keywords
in file tcpdf.php, variable TCPDF::$keywords
K_BLANK_IMAGE
in file tcpdf_config.php, constant K_BLANK_IMAGE
    blank image
K_CELL_HEIGHT_RATIO
in file tcpdf_config.php, constant K_CELL_HEIGHT_RATIO
    height of cell repect font height
K_LRE
in file unicode_data.php, constant K_LRE
    Left-to-Right Embedding
K_LRM
in file unicode_data.php, constant K_LRM
    Left-to-Right Mark
K_LRO
in file unicode_data.php, constant K_LRO
    Left-to-Right Override
K_PATH_CACHE
in file tcpdf_config.php, constant K_PATH_CACHE
    cache directory for temporary files (full path)
K_PATH_FONTS
in file tcpdf_config.php, constant K_PATH_FONTS
    path for PDF fonts
K_PATH_IMAGES
in file tcpdf_config.php, constant K_PATH_IMAGES
    images directory
K_PATH_MAIN
in file tcpdf_config.php, constant K_PATH_MAIN
    Installation path (/var/www/tcpdf/).
K_PATH_URL
in file tcpdf_config.php, constant K_PATH_URL
    URL path to tcpdf installation folder (http://localhost/tcpdf/).
K_PATH_URL_CACHE
in file tcpdf_config.php, constant K_PATH_URL_CACHE
    cache directory for temporary files (url path)
K_PDF
in file unicode_data.php, constant K_PDF
    Pop Directional Format
K_RE_PATTERN_ARABIC
in file unicode_data.php, constant K_RE_PATTERN_ARABIC
K_RE_PATTERN_RTL
in file unicode_data.php, constant K_RE_PATTERN_RTL
K_RLE
in file unicode_data.php, constant K_RLE
    Right-to-Left Embedding
K_RLM
in file unicode_data.php, constant K_RLM
    Right-to-Left Mark
K_RLO
in file unicode_data.php, constant K_RLO
    Right-to-Left Override
K_SMALL_RATIO
in file tcpdf_config.php, constant K_SMALL_RATIO
    reduction factor for small font
K_TCPDF_CALLS_IN_HTML
in file tcpdf_config.php, constant K_TCPDF_CALLS_IN_HTML
    if true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
K_THAI_TOPCHARS
in file tcpdf_config.php, constant K_THAI_TOPCHARS
    set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language
K_TITLE_MAGNIFICATION
in file tcpdf_config.php, constant K_TITLE_MAGNIFICATION
    title magnification respect main font size
top

l

$l
in file tcpdf.php, variable TCPDF::$l
$lasth
in file tcpdf.php, variable TCPDF::$lasth
$last_enc_key
in file tcpdf.php, variable TCPDF::$last_enc_key
    last RC4 key encrypted (cached for optimisation)
$last_enc_key_c
in file tcpdf.php, variable TCPDF::$last_enc_key_c
    last RC4 computed key
$LayoutMode
in file tcpdf.php, variable TCPDF::$LayoutMode
$lengthTableBits
in file qrcode.php, variable QRcode::$lengthTableBits
$level
in file qrcode.php, variable QRcode::$level
$linestyleCap
in file tcpdf.php, variable TCPDF::$linestyleCap
    PDF string for last line width
$linestyleDash
in file tcpdf.php, variable TCPDF::$linestyleDash
    PDF string for last line width
$linestyleJoin
in file tcpdf.php, variable TCPDF::$linestyleJoin
    PDF string for last line width
$linestyleWidth
in file tcpdf.php, variable TCPDF::$linestyleWidth
    PDF string for last line width
$linethrough
in file tcpdf.php, variable TCPDF::$linethrough
    line trough state
$LineWidth
in file tcpdf.php, variable TCPDF::$LineWidth
$links
in file tcpdf.php, variable TCPDF::$links
$lispacer
in file tcpdf.php, variable TCPDF::$lispacer
$listcount
in file tcpdf.php, variable TCPDF::$listcount
$listindent
in file tcpdf.php, variable TCPDF::$listindent
$listindentlevel
in file tcpdf.php, variable TCPDF::$listindentlevel
$listnum
in file tcpdf.php, variable TCPDF::$listnum
$listordered
in file tcpdf.php, variable TCPDF::$listordered
$lisymbol
in file tcpdf.php, variable TCPDF::$lisymbol
    Symbol used for HTML unordered list items
$lMargin
in file tcpdf.php, variable TCPDF::$lMargin
lastPage
in file tcpdf.php, method TCPDF::lastPage()
    Reset pointer to the last document page.
lengthIndicator
in file qrcode.php, method QRcode::lengthIndicator()
    Return the size of length indicator for the mode and version.
lengthOfCode
in file qrcode.php, method QRcode::lengthOfCode()
    lengthOfCode
Line
in file tcpdf.php, method TCPDF::Line()
    Draws a line between two points.
LinearGradient
in file tcpdf.php, method TCPDF::LinearGradient()
    Paints a linear colour gradient.
Link
in file tcpdf.php, method TCPDF::Link()
    Puts a link on a rectangular area of the page.
ListBox
in file tcpdf.php, method TCPDF::ListBox()
    Creates a List-box field
Ln
in file tcpdf.php, method TCPDF::Ln()
    Performs a line break.
lookAnTable
in file qrcode.php, method QRcode::lookAnTable()
    Look up the alphabet-numeric convesion table (see JIS X0510:2004, pp.19).
top

m

$maxselcol
in file tcpdf.php, variable TCPDF::$maxselcol
    Maximum page and column selected
makeMask
in file qrcode.php, method QRcode::makeMask()
    makeMask
makeMaskNo
in file qrcode.php, method QRcode::makeMaskNo()
    makeMaskNo
mask
in file qrcode.php, method QRcode::mask()
    mask
mask0
in file qrcode.php, method QRcode::mask0()
    mask0
mask1
in file qrcode.php, method QRcode::mask1()
    mask1
mask2
in file qrcode.php, method QRcode::mask2()
    mask2
mask3
in file qrcode.php, method QRcode::mask3()
    mask3
mask4
in file qrcode.php, method QRcode::mask4()
    mask4
mask5
in file qrcode.php, method QRcode::mask5()
    mask5
mask6
in file qrcode.php, method QRcode::mask6()
    mask6
mask7
in file qrcode.php, method QRcode::mask7()
    mask7
maximumWords
in file qrcode.php, method QRcode::maximumWords()
    Return the maximum length for the mode and version.
MAX_STRUCTURED_SYMBOLS
in file qrcode.php, constant MAX_STRUCTURED_SYMBOLS
    Max number of symbols for structured mode
mergeBitStream
in file qrcode.php, method QRcode::mergeBitStream()
    mergeBitStream
MirrorH
in file tcpdf.php, method TCPDF::MirrorH()
    Horizontal Mirroring.
MirrorL
in file tcpdf.php, method TCPDF::MirrorL()
    Reflection against a straight line through point (x, y) with the gradient angle (angle).
MirrorP
in file tcpdf.php, method TCPDF::MirrorP()
    Point reflection mirroring.
MirrorV
in file tcpdf.php, method TCPDF::MirrorV()
    Verical Mirroring.
modnn
in file qrcode.php, method QRcode::modnn()
    modnn
movePage
in file tcpdf.php, method TCPDF::movePage()
    Move a page to a previous position.
MultiCell
in file tcpdf.php, method TCPDF::MultiCell()
    This method allows printing text with line breaks.
top

n

$n
in file tcpdf.php, variable TCPDF::$n
$newline
in file tcpdf.php, variable TCPDF::$newline
    True if a newline is created.
$newpagegroup
in file tcpdf.php, variable TCPDF::$newpagegroup
    Array of page numbers were a new page group was started
$numfonts
in file tcpdf.php, variable TCPDF::$numfonts
    Counts the number of fonts.
$numimages
in file tcpdf.php, variable TCPDF::$numimages
    Counts the number of pages.
$numpages
in file tcpdf.php, variable TCPDF::$numpages
    Counts the number of pages.
$num_columns
in file tcpdf.php, variable TCPDF::$num_columns
    Number of colums
$n_js
in file tcpdf.php, variable TCPDF::$n_js
    javascript counter
$n_ocg_print
in file tcpdf.php, variable TCPDF::$n_ocg_print
    Print visibility.
$n_ocg_view
in file tcpdf.php, variable TCPDF::$n_ocg_view
    View visibility.
N1
in file qrcode.php, constant N1
    Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)
N2
in file qrcode.php, constant N2
    Down point base value for case 2 mask pattern (module block of same color)
N3
in file qrcode.php, constant N3
    Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)
N4
in file qrcode.php, constant N4
    Down point base value for case 4 mask pattern (ration of dark modules in whole)
newFrame
in file qrcode.php, method QRcode::newFrame()
    Set new frame for the specified version.
newFromBytes
in file qrcode.php, method QRcode::newFromBytes()
    Return new bitstream from bytes
newFromNum
in file qrcode.php, method QRcode::newFromNum()
    Return new bitstream from number
newInputItem
in file qrcode.php, method QRcode::newInputItem()
    newInputItem
top

o

$objcopy
in file tcpdf.php, variable TCPDF::$objcopy
    Used to store a cloned copy of the current class object
$offsets
in file tcpdf.php, variable TCPDF::$offsets
$opencell
in file tcpdf.php, variable TCPDF::$opencell
$openMarkedContent
in file tcpdf.php, variable TCPDF::$openMarkedContent
    True if marked-content sequence is open
$original_lMargin
in file tcpdf.php, variable TCPDF::$original_lMargin
$original_rMargin
in file tcpdf.php, variable TCPDF::$original_rMargin
$OutlineRoot
in file tcpdf.php, variable TCPDF::$OutlineRoot
    Outline root for bookmark
$outlines
in file tcpdf.php, variable TCPDF::$outlines
    Outlines for bookmark
$overline
in file tcpdf.php, variable TCPDF::$overline
objclone
in file tcpdf.php, method TCPDF::objclone()
    Creates a copy of a class object
Open
in file tcpdf.php, method TCPDF::Open()
    This method begins the generation of the PDF document.
openHTMLTagHandler
in file tcpdf.php, method TCPDF::openHTMLTagHandler()
    Process opening tags.
Output
in file tcpdf.php, method TCPDF::Output()
    Send the document to a given destination: string, local file or browser.
top

p

$page
in file tcpdf.php, variable TCPDF::$page
$PageAnnots
in file tcpdf.php, variable TCPDF::$PageAnnots
$PageBreakTrigger
in file tcpdf.php, variable TCPDF::$PageBreakTrigger
$pagedim
in file tcpdf.php, variable TCPDF::$pagedim
$pagegroups
in file tcpdf.php, variable TCPDF::$pagegroups
    Contains the number of pages of the groups
$pagelen
in file tcpdf.php, variable TCPDF::$pagelen
    Array containing page lengths in bytes.
$PageMode
in file tcpdf.php, variable TCPDF::$PageMode
    A name object specifying how the document should be displayed when opened.
$pageopen
in file tcpdf.php, variable TCPDF::$pageopen
    Store the fage status (true when opened, false when closed).
$pages
in file tcpdf.php, variable TCPDF::$pages
$page_obj_id
in file tcpdf.php, variable TCPDF::$page_obj_id
    ID of page objects
$pdfunit
in file tcpdf.php, variable TCPDF::$pdfunit
$PDFVersion
in file tcpdf.php, variable TCPDF::$PDFVersion
$premode
in file tcpdf.php, variable TCPDF::$premode
$print_footer
in file tcpdf.php, variable TCPDF::$print_footer
$print_header
in file tcpdf.php, variable TCPDF::$print_header
PageNo
in file tcpdf.php, method TCPDF::PageNo()
    Returns the current page number.
PageNoFormatted
in file tcpdf.php, method TCPDF::PageNoFormatted()
    Returns the current page number formatted as a string.
PDF417
in file pdf417.php, class PDF417
    Class to create PDF417 barcode arrays for TCPDF class.
pdf417.php
procedural page pdf417.php
PDF417DEFS
in file pdf417.php, constant PDF417DEFS
    Indicate that definitions for this class are set
PDF_AUTHOR
in file tcpdf_config.php, constant PDF_AUTHOR
    document author
PDF_CREATOR
in file tcpdf_config.php, constant PDF_CREATOR
    document creator
PDF_FONT_MONOSPACED
in file tcpdf_config.php, constant PDF_FONT_MONOSPACED
    default monospaced font name
PDF_FONT_NAME_DATA
in file tcpdf_config.php, constant PDF_FONT_NAME_DATA
    default data font name
PDF_FONT_NAME_MAIN
in file tcpdf_config.php, constant PDF_FONT_NAME_MAIN
    default main font name
PDF_FONT_SIZE_DATA
in file tcpdf_config.php, constant PDF_FONT_SIZE_DATA
    default data font size
PDF_FONT_SIZE_MAIN
in file tcpdf_config.php, constant PDF_FONT_SIZE_MAIN
    default main font size
PDF_HEADER_LOGO
in file tcpdf_config.php, constant PDF_HEADER_LOGO
    image logo
PDF_HEADER_LOGO_WIDTH
in file tcpdf_config.php, constant PDF_HEADER_LOGO_WIDTH
    header logo image width [mm]
PDF_HEADER_STRING
in file tcpdf_config.php, constant PDF_HEADER_STRING
    header description string
PDF_HEADER_TITLE
in file tcpdf_config.php, constant PDF_HEADER_TITLE
    header title
PDF_IMAGE_SCALE_RATIO
in file tcpdf_config.php, constant PDF_IMAGE_SCALE_RATIO
    ratio used to adjust the conversion of pixels to user units
PDF_MARGIN_BOTTOM
in file tcpdf_config.php, constant PDF_MARGIN_BOTTOM
    bottom margin
PDF_MARGIN_FOOTER
in file tcpdf_config.php, constant PDF_MARGIN_FOOTER
    footer margin
PDF_MARGIN_HEADER
in file tcpdf_config.php, constant PDF_MARGIN_HEADER
    header margin
PDF_MARGIN_LEFT
in file tcpdf_config.php, constant PDF_MARGIN_LEFT
    left margin
PDF_MARGIN_RIGHT
in file tcpdf_config.php, constant PDF_MARGIN_RIGHT
    right margin
PDF_MARGIN_TOP
in file tcpdf_config.php, constant PDF_MARGIN_TOP
    top margin
PDF_PAGE_FORMAT
in file tcpdf_config.php, constant PDF_PAGE_FORMAT
    page format
PDF_PAGE_ORIENTATION
in file tcpdf_config.php, constant PDF_PAGE_ORIENTATION
    page orientation (P=portrait, L=landscape)
PDF_PRODUCER
in file tcpdf.php, constant PDF_PRODUCER
    define default PDF document producer
PDF_UNIT
in file tcpdf_config.php, constant PDF_UNIT
    document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
PieSector
in file tcpdf.php, method TCPDF::PieSector()
    Draw the sector of a circle.
PieSectorXY
in file tcpdf.php, method TCPDF::PieSectorXY()
    Draw the sector of an ellipse.
pixelsToUnits
in file tcpdf.php, method TCPDF::pixelsToUnits()
    Converts pixels to User's Units.
Polycurve
in file tcpdf.php, method TCPDF::Polycurve()
    Draws a poly-Bezier curve.
Polygon
in file tcpdf.php, method TCPDF::Polygon()
    Draws a polygon.
PolyLine
in file tcpdf.php, method TCPDF::PolyLine()
    Draws a polygonal line
printTemplate
in file tcpdf.php, method TCPDF::printTemplate()
    Print an XObject Template.
putAlignmentMarker
in file qrcode.php, method QRcode::putAlignmentMarker()
    Put an alignment marker.
putAlignmentPattern
in file qrcode.php, method QRcode::putAlignmentPattern()
    Put an alignment pattern.
putFinderPattern
in file qrcode.php, method QRcode::putFinderPattern()
    Put a finder pattern.
putHtmlListBullet
in file tcpdf.php, method TCPDF::putHtmlListBullet()
    Output an HTML list bullet or ordered item symbol
top

q

QRCAP_EC
in file qrcode.php, constant QRCAP_EC
    Matrix index to get error correction level from $capacity array.
QRCAP_REMINDER
in file qrcode.php, constant QRCAP_REMINDER
    Matrix index to get remainder from $capacity array.
QRCAP_WIDTH
in file qrcode.php, constant QRCAP_WIDTH
    Matrix index to get width from $capacity array.
QRCAP_WORDS
in file qrcode.php, constant QRCAP_WORDS
    Matrix index to get number of words from $capacity array.
QRcode
in file qrcode.php, class QRcode
    Class to create QR-code arrays for TCPDF class.
qrcode.php
procedural page qrcode.php
QRCODEDEFS
in file qrcode.php, constant QRCODEDEFS
    Indicate that definitions for this class are set
QRSPEC_VERSION_MAX
in file qrcode.php, constant QRSPEC_VERSION_MAX
    Maximum QR Code version.
QRSPEC_WIDTH_MAX
in file qrcode.php, constant QRSPEC_WIDTH_MAX
    Maximum matrix size for maximum version (version 40 is 177*177 matrix).
qrstrset
in file qrcode.php, method QRcode::qrstrset()
    Replace a value on the array at the specified position
QR_DEFAULT_MASK
in file qrcode.php, constant QR_DEFAULT_MASK
    when QR_FIND_BEST_MASK === false
QR_ECLEVEL_H
in file qrcode.php, constant QR_ECLEVEL_H
    Error correction level H : About 30% or less errors can be corrected.
QR_ECLEVEL_L
in file qrcode.php, constant QR_ECLEVEL_L
    Error correction level L : About 7% or less errors can be corrected.
QR_ECLEVEL_M
in file qrcode.php, constant QR_ECLEVEL_M
    Error correction level M : About 15% or less errors can be corrected.
QR_ECLEVEL_Q
in file qrcode.php, constant QR_ECLEVEL_Q
    Error correction level Q : About 25% or less errors can be corrected.
QR_FIND_BEST_MASK
in file qrcode.php, constant QR_FIND_BEST_MASK
    if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code
QR_FIND_FROM_RANDOM
in file qrcode.php, constant QR_FIND_FROM_RANDOM
    if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly
QR_MODE_8B
in file qrcode.php, constant QR_MODE_8B
    Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.
QR_MODE_AN
in file qrcode.php, constant QR_MODE_AN
    Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
QR_MODE_KJ
in file qrcode.php, constant QR_MODE_KJ
    Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.
QR_MODE_NL
in file qrcode.php, constant QR_MODE_NL
    Encoding mode
QR_MODE_NM
in file qrcode.php, constant QR_MODE_NM
    Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.
QR_MODE_ST
in file qrcode.php, constant QR_MODE_ST
    Encoding mode STRUCTURED (currently unsupported)
QUIETH
in file pdf417.php, constant QUIETH
    Horizontal quiet zone in modules
QUIETV
in file pdf417.php, constant QUIETV
    Vertical quiet zone in modules
top

r

$radiobutton_groups
in file tcpdf.php, variable TCPDF::$radiobutton_groups
    List of radio buttons parent objects.
$radio_groups
in file tcpdf.php, variable TCPDF::$radio_groups
    List of radio group objects IDs
$rasterize_vector_images
in file tcpdf.php, variable TCPDF::$rasterize_vector_images
$re_space
in file tcpdf.php, variable TCPDF::$re_space
    Array of parts $re_spaces
$re_spaces
in file tcpdf.php, variable TCPDF::$re_spaces
    Regular expression used to find blank characters used for word-wrapping.
$rMargin
in file tcpdf.php, variable TCPDF::$rMargin
$rsblocks
in file qrcode.php, variable QRcode::$rsblocks
$rsfactors
in file pdf417.php, variable PDF417::$rsfactors
$rsitems
in file qrcode.php, variable QRcode::$rsitems
$rtl
in file tcpdf.php, variable TCPDF::$rtl
$runLength
in file qrcode.php, variable QRcode::$runLength
RadialGradient
in file tcpdf.php, method TCPDF::RadialGradient()
    Paints a radial colour gradient.
RadioButton
in file tcpdf.php, method TCPDF::RadioButton()
    Creates a RadioButton field
readDiskCache
in file tcpdf.php, method TCPDF::readDiskCache()
    Read data from a temporary file on filesystem.
Rect
in file tcpdf.php, method TCPDF::Rect()
    Draws a rectangle.
registrationMark
in file tcpdf.php, method TCPDF::registrationMark()
    Paints a registration mark
RegularPolygon
in file tcpdf.php, method TCPDF::RegularPolygon()
    Draws a regular polygon.
removeSHY
in file tcpdf.php, method TCPDF::removeSHY()
    Removes SHY characters from text.
replaceBuffer
in file tcpdf.php, method TCPDF::replaceBuffer()
    Replace the buffer content
revstrpos
in file tcpdf.php, method TCPDF::revstrpos()
    Find position of last occurrence of a substring in a string
rfread
in file tcpdf.php, method TCPDF::rfread()
    Binary-safe and URL-safe file read.
rollbackTransaction
in file tcpdf.php, method TCPDF::rollbackTransaction()
    This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().
Rotate
in file tcpdf.php, method TCPDF::Rotate()
    Rotate object.
RoundedRect
in file tcpdf.php, method TCPDF::RoundedRect()
    Draws a rounded rectangle.
RoundedRectXY
in file tcpdf.php, method TCPDF::RoundedRectXY()
    Draws a rounded rectangle.
ROWHEIGHT
in file pdf417.php, constant ROWHEIGHT
    Row height respect X dimension of single module
rsBlockNum
in file qrcode.php, method QRcode::rsBlockNum()
    Return block number 0
rsBlockNum1
in file qrcode.php, method QRcode::rsBlockNum1()
    Return block number 1
rsBlockNum2
in file qrcode.php, method QRcode::rsBlockNum2()
    Return block number 2
rsDataCodes1
in file qrcode.php, method QRcode::rsDataCodes1()
    Return data codes 1
rsDataCodes2
in file qrcode.php, method QRcode::rsDataCodes2()
    Return data codes 2
rsDataLength
in file qrcode.php, method QRcode::rsDataLength()
    Return data length
rsEccCodes1
in file qrcode.php, method QRcode::rsEccCodes1()
    Return ecc codes 1
rsEccCodes2
in file qrcode.php, method QRcode::rsEccCodes2()
    Return ecc codes 2
rsEccLength
in file qrcode.php, method QRcode::rsEccLength()
    Return ecc length
top

s

$sign
in file tcpdf.php, variable TCPDF::$sign
    If true enables document signing
$signature_appearance
in file tcpdf.php, variable TCPDF::$signature_appearance
    data for signature appearance
$signature_data
in file tcpdf.php, variable TCPDF::$signature_data
    Signature data
$signature_max_length
in file tcpdf.php, variable TCPDF::$signature_max_length
    Signature max length
$sig_annot_ref
in file tcpdf.php, variable TCPDF::$sig_annot_ref
    Placemark used during signature process.
$sig_obj_id
in file tcpdf.php, variable TCPDF::$sig_obj_id
    Signature object ID
$spot_colors
in file tcpdf.php, variable TCPDF::$spot_colors
    Array of Spot colors
$start_pattern
in file pdf417.php, variable PDF417::$start_pattern
$start_transaction_page
in file tcpdf.php, variable TCPDF::$start_transaction_page
    Store page number when startTransaction() is called.
$start_transaction_y
in file tcpdf.php, variable TCPDF::$start_transaction_y
    Store Y position when startTransaction() is called.
$state
in file tcpdf.php, variable TCPDF::$state
$stop_pattern
in file pdf417.php, variable PDF417::$stop_pattern
$strokecolor
in file tcpdf.php, variable TCPDF::$strokecolor
$structured
in file qrcode.php, variable QRcode::$structured
$subject
in file tcpdf.php, variable TCPDF::$subject
$svgclipid
in file tcpdf.php, variable TCPDF::$svgclipid
$svgclipmode
in file tcpdf.php, variable TCPDF::$svgclipmode
$svgclippaths
in file tcpdf.php, variable TCPDF::$svgclippaths
$svgcliptm
in file tcpdf.php, variable TCPDF::$svgcliptm
$svgdefs
in file tcpdf.php, variable TCPDF::$svgdefs
$svgdefsmode
in file tcpdf.php, variable TCPDF::$svgdefsmode
$svgdir
in file tcpdf.php, variable TCPDF::$svgdir
$svggradientid
in file tcpdf.php, variable TCPDF::$svggradientid
$svggradients
in file tcpdf.php, variable TCPDF::$svggradients
$svginheritprop
in file tcpdf.php, variable TCPDF::$svginheritprop
$svgstyles
in file tcpdf.php, variable TCPDF::$svgstyles
$svgtext
in file tcpdf.php, variable TCPDF::$svgtext
$svgtextmode
in file tcpdf.php, variable TCPDF::$svgtextmode
$svgunit
in file tcpdf.php, variable TCPDF::$svgunit
Scale
in file tcpdf.php, method TCPDF::Scale()
    Vertical and horizontal non-proportional Scaling.
ScaleX
in file tcpdf.php, method TCPDF::ScaleX()
    Horizontal Scaling.
ScaleXY
in file tcpdf.php, method TCPDF::ScaleXY()
    Vertical and horizontal proportional Scaling.
ScaleY
in file tcpdf.php, method TCPDF::ScaleY()
    Vertical Scaling.
segSVGContentHandler
in file tcpdf.php, method TCPDF::segSVGContentHandler()
    Sets the character data handler function for the XML parser.
selectColumn
in file tcpdf.php, method TCPDF::selectColumn()
    Set position at a given column
serializeTCPDFtagParameters
in file tcpdf.php, method TCPDF::serializeTCPDFtagParameters()
    Serialize an array of parameters to be used with TCPDF tag in HTML code.
setAlpha
in file tcpdf.php, method TCPDF::setAlpha()
    Set alpha for stroking (CA) and non-stroking (ca) operations.
SetAuthor
in file tcpdf.php, method TCPDF::SetAuthor()
    Defines the author of the document.
SetAutoPageBreak
in file tcpdf.php, method TCPDF::SetAutoPageBreak()
    Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
setBarcode
in file barcodes.php, method TCPDFBarcode::setBarcode()
    Set the barcode.
setBarcode
in file tcpdf.php, method TCPDF::setBarcode()
    Set document barcode.
setBarcode
in file 2dbarcodes.php, method TCPDF2DBarcode::setBarcode()
    Set the barcode.
SetBooklet
in file tcpdf.php, method TCPDF::SetBooklet()
    Set the booklet mode for double-sided pages.
setBuffer
in file tcpdf.php, method TCPDF::setBuffer()
    Set buffer content (always append data).
setCellHeightRatio
in file tcpdf.php, method TCPDF::setCellHeightRatio()
    Set the height of the cell (line height) respect the font height.
SetCellPadding
in file tcpdf.php, method TCPDF::SetCellPadding()
    Set the internal Cell padding.
setColumnsArray
in file tcpdf.php, method TCPDF::setColumnsArray()
    Set columns array.
SetCompression
in file tcpdf.php, method TCPDF::SetCompression()
    Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
setContentMark
in file tcpdf.php, method TCPDF::setContentMark()
    Set start-writing mark on selected page.
SetCreator
in file tcpdf.php, method TCPDF::SetCreator()
    Defines the creator of the document. This is typically the name of the application that generates the PDF.
SetDefaultMonospacedFont
in file tcpdf.php, method TCPDF::SetDefaultMonospacedFont()
    Defines the default monospaced font.
setDefaultTableColumns
in file tcpdf.php, method TCPDF::setDefaultTableColumns()
    Set the default number of columns in a row for HTML tables.
SetDisplayMode
in file tcpdf.php, method TCPDF::SetDisplayMode()
    Defines the way the document is to be displayed by the viewer.
SetDrawColor
in file tcpdf.php, method TCPDF::SetDrawColor()
    Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetDrawColorArray
in file tcpdf.php, method TCPDF::SetDrawColorArray()
    Defines the color used for all drawing operations (lines, rectangles and cell borders).
SetDrawSpotColor
in file tcpdf.php, method TCPDF::SetDrawSpotColor()
    Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
setEqualColumns
in file tcpdf.php, method TCPDF::setEqualColumns()
    Set multiple columns of the same size
setExtGState
in file tcpdf.php, method TCPDF::setExtGState()
    Add an extgstate
SetFillColor
in file tcpdf.php, method TCPDF::SetFillColor()
    Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetFillColorArray
in file tcpdf.php, method TCPDF::SetFillColorArray()
    Defines the color used for all filling operations (filled rectangles and cell backgrounds).
SetFillSpotColor
in file tcpdf.php, method TCPDF::SetFillSpotColor()
    Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
SetFont
in file tcpdf.php, method TCPDF::SetFont()
    Sets the font used to print character strings.
setFontBuffer
in file tcpdf.php, method TCPDF::setFontBuffer()
    Set font buffer content.
SetFontSize
in file tcpdf.php, method TCPDF::SetFontSize()
    Defines the size of the current font.
setFontSubBuffer
in file tcpdf.php, method TCPDF::setFontSubBuffer()
    Set font buffer content.
setFontSubsetting
in file tcpdf.php, method TCPDF::setFontSubsetting()
    Enable or disable default option for font subsetting.
setFooter
in file tcpdf.php, method TCPDF::setFooter()
    This method is used to render the page footer.
setFooterFont
in file tcpdf.php, method TCPDF::setFooterFont()
    Set footer font.
setFooterMargin
in file tcpdf.php, method TCPDF::setFooterMargin()
    Set footer margin.
setFormDefaultProp
in file tcpdf.php, method TCPDF::setFormDefaultProp()
    Set default properties for form fields.
setFrameAt
in file qrcode.php, method QRcode::setFrameAt()
    Set frame value at specified position
setGraphicVars
in file tcpdf.php, method TCPDF::setGraphicVars()
    Set graphic variables.
setHeader
in file tcpdf.php, method TCPDF::setHeader()
    This method is used to render the page header.
setHeaderData
in file tcpdf.php, method TCPDF::setHeaderData()
    Set header data.
setHeaderFont
in file tcpdf.php, method TCPDF::setHeaderFont()
    Set header font.
setHeaderMargin
in file tcpdf.php, method TCPDF::setHeaderMargin()
    Set header margin.
setHtmlLinksStyle
in file tcpdf.php, method TCPDF::setHtmlLinksStyle()
    Set the color and font style for HTML links.
setHtmlVSpace
in file tcpdf.php, method TCPDF::setHtmlVSpace()
    Set the vertical spaces for HTML tags.
setImageBuffer
in file tcpdf.php, method TCPDF::setImageBuffer()
    Set image buffer content.
setImageScale
in file tcpdf.php, method TCPDF::setImageScale()
    Set the adjusting factor to convert pixels to user units.
setImageSubBuffer
in file tcpdf.php, method TCPDF::setImageSubBuffer()
    Set image buffer content for a specified sub-key.
setJPEGQuality
in file tcpdf.php, method TCPDF::setJPEGQuality()
    Set the default JPEG compression quality (1-100)
SetKeywords
in file tcpdf.php, method TCPDF::SetKeywords()
    Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
setLanguageArray
in file tcpdf.php, method TCPDF::setLanguageArray()
    Set language array.
setLastH
in file tcpdf.php, method TCPDF::setLastH()
    Set the last cell height.
SetLeftMargin
in file tcpdf.php, method TCPDF::SetLeftMargin()
    Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
SetLineStyle
in file tcpdf.php, method TCPDF::SetLineStyle()
    Set line style.
SetLineWidth
in file tcpdf.php, method TCPDF::SetLineWidth()
    Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
SetLink
in file tcpdf.php, method TCPDF::SetLink()
    Defines the page and position a link points to.
setListIndentWidth
in file tcpdf.php, method TCPDF::setListIndentWidth()
    Set custom width for list indentation.
setLIsymbol
in file tcpdf.php, method TCPDF::setLIsymbol()
    Set the default bullet to be used as LI bullet symbol
SetMargins
in file tcpdf.php, method TCPDF::SetMargins()
    Defines the left, top and right margins.
setOpenCell
in file tcpdf.php, method TCPDF::setOpenCell()
    Set the top/bottom cell sides to be open or closed when the cell cross the page.
setPage
in file tcpdf.php, method TCPDF::setPage()
    Move pointer at the specified document page and update page dimensions.
setPageBoxes
in file tcpdf.php, method TCPDF::setPageBoxes()
    Set page boundaries.
setPageBuffer
in file tcpdf.php, method TCPDF::setPageBuffer()
    Set page buffer content.
setPageFormat
in file tcpdf.php, method TCPDF::setPageFormat()
    Change the format of the current page
setPageMark
in file tcpdf.php, method TCPDF::setPageMark()
    Set start-writing mark on current page stream used to put borders and fills.
setPageOrientation
in file tcpdf.php, method TCPDF::setPageOrientation()
    Set page orientation.
setPageUnit
in file tcpdf.php, method TCPDF::setPageUnit()
    Set the units of measure for the document.
setPDFVersion
in file tcpdf.php, method TCPDF::setPDFVersion()
    Set the PDF version (check PDF reference for valid values).
setPrintFooter
in file tcpdf.php, method TCPDF::setPrintFooter()
    Set a flag to print page footer.
setPrintHeader
in file tcpdf.php, method TCPDF::setPrintHeader()
    Set a flag to print page header.
SetProtection
in file tcpdf.php, method TCPDF::SetProtection()
    Set document protection Remark: the protection against modification is for people who have the full Acrobat product.
setRasterizeVectorImages
in file tcpdf.php, method TCPDF::setRasterizeVectorImages()
    Enable/disable rasterization of vector images using ImageMagick library.
SetRightMargin
in file tcpdf.php, method TCPDF::SetRightMargin()
    Defines the right margin. The method can be called before creating the first page.
setRTL
in file tcpdf.php, method TCPDF::setRTL()
    Enable or disable Right-To-Left language mode
setSignature
in file tcpdf.php, method TCPDF::setSignature()
    Enable document signature (requires the OpenSSL Library).
setSignatureAppearance
in file tcpdf.php, method TCPDF::setSignatureAppearance()
    Set the digital signature appearance (a cliccable rectangle area to get signature properties)
setSpacesRE
in file tcpdf.php, method TCPDF::setSpacesRE()
    Set regular expression to detect withespaces or word separators.
SetSubject
in file tcpdf.php, method TCPDF::SetSubject()
    Defines the subject of the document.
setSVGStyles
in file tcpdf.php, method TCPDF::setSVGStyles()
    Apply the requested SVG styles (*** TO BE COMPLETED ***)
setTableHeader
in file tcpdf.php, method TCPDF::setTableHeader()
    This method is used to render the table header on new page (if any).
setTempRTL
in file tcpdf.php, method TCPDF::setTempRTL()
    Force temporary RTL language direction
SetTextColor
in file tcpdf.php, method TCPDF::SetTextColor()
    Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetTextColorArray
in file tcpdf.php, method TCPDF::SetTextColorArray()
    Defines the color used for text. It can be expressed in RGB components or gray scale.
setTextRenderingMode
in file tcpdf.php, method TCPDF::setTextRenderingMode()
    Set Text rendering mode.
SetTextSpotColor
in file tcpdf.php, method TCPDF::SetTextSpotColor()
    Defines the spot color used for text.
SetTitle
in file tcpdf.php, method TCPDF::SetTitle()
    Defines the title of the document.
SetTopMargin
in file tcpdf.php, method TCPDF::SetTopMargin()
    Defines the top margin. The method can be called before creating the first page.
setUserRights
in file tcpdf.php, method TCPDF::setUserRights()
    Set User's Rights for PDF Reader WARNING: This is experimental and currently do not work.
setViewerPreferences
in file tcpdf.php, method TCPDF::setViewerPreferences()
    Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.
setVisibility
in file tcpdf.php, method TCPDF::setVisibility()
    Set the visibility of the successive elements.
SetX
in file tcpdf.php, method TCPDF::SetX()
    Defines the abscissa of the current position.
SetXY
in file tcpdf.php, method TCPDF::SetXY()
    Defines the abscissa and ordinate of the current position.
SetY
in file tcpdf.php, method TCPDF::SetY()
    Moves the current abscissa back to the left margin and sets the ordinate.
set_mqr
in file tcpdf.php, method TCPDF::set_mqr()
    Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist)
Skew
in file tcpdf.php, method TCPDF::Skew()
    Skew.
SkewX
in file tcpdf.php, method TCPDF::SkewX()
    Skew horizontally.
SkewY
in file tcpdf.php, method TCPDF::SkewY()
    Skew vertically.
splitString
in file qrcode.php, method QRcode::splitString()
    splitString
StarPolygon
in file tcpdf.php, method TCPDF::StarPolygon()
    Draws a star polygon
startPage
in file tcpdf.php, method TCPDF::startPage()
    Starts a new page to the document. The page must be closed using the endPage() function.
startPageGroup
in file tcpdf.php, method TCPDF::startPageGroup()
    Create a new page group.
startSVGElementHandler
in file tcpdf.php, method TCPDF::startSVGElementHandler()
    Sets the opening SVG element handler function for the XML parser. (*** TO BE COMPLETED ***)
startTemplate
in file tcpdf.php, method TCPDF::startTemplate()
    Start a new XObject Template.
startTransaction
in file tcpdf.php, method TCPDF::startTransaction()
    Stores a copy of the current TCPDF object used for undo operation.
StartTransform
in file tcpdf.php, method TCPDF::StartTransform()
    Starts a 2D tranformation saving current graphic state.
StopTransform
in file tcpdf.php, method TCPDF::StopTransform()
    Stops a 2D tranformation restoring previous graphic state.
stringLeftTrim
in file tcpdf.php, method TCPDF::stringLeftTrim()
    Left trim the input string
stringRightTrim
in file tcpdf.php, method TCPDF::stringRightTrim()
    Right trim the input string
stringTrim
in file tcpdf.php, method TCPDF::stringTrim()
    Trim the input string
STRUCTURE_HEADER_BITS
in file qrcode.php, constant STRUCTURE_HEADER_BITS
    Number of header bits for structured mode
str_split
in file qrcode.php, function str_split()
    Convert a string to an array (needed for PHP4 compatibility)
SVGPath
in file tcpdf.php, method TCPDF::SVGPath()
    Draws an SVG path
SVGTransform
in file tcpdf.php, method TCPDF::SVGTransform()
    Apply SVG graphic transformation matrix.
swapMargins
in file tcpdf.php, method TCPDF::swapMargins()
    Swap the left and right margins.
swapPageBoxCoordinates
in file tcpdf.php, method TCPDF::swapPageBoxCoordinates()
    Swap X and Y coordinates of page boxes (change page boxes orientation).
top

t

$tagvspaces
in file tcpdf.php, variable TCPDF::$tagvspaces
    Array used for custom vertical spaces for HTML tags
$tempfontsize
in file tcpdf.php, variable TCPDF::$tempfontsize
$TextColor
in file tcpdf.php, variable TCPDF::$TextColor
$textindent
in file tcpdf.php, variable TCPDF::$textindent
    Text indentation value (used for text-indent CSS attribute)
$textlatch
in file pdf417.php, variable PDF417::$textlatch
$textrendermode
in file tcpdf.php, variable TCPDF::$textrendermode
    Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.
$textstrokewidth
in file tcpdf.php, variable TCPDF::$textstrokewidth
    Text stroke width in doc units
$textsubmodes
in file pdf417.php, variable PDF417::$textsubmodes
$thead
in file tcpdf.php, variable TCPDF::$thead
    Table header content to be repeated on each new page
$theadMargins
in file tcpdf.php, variable TCPDF::$theadMargins
    Margins used for table header.
$title
in file tcpdf.php, variable TCPDF::$title
$tMargin
in file tcpdf.php, variable TCPDF::$tMargin
$tmprtl
in file tcpdf.php, variable TCPDF::$tmprtl
$tocpage
in file tcpdf.php, variable TCPDF::$tocpage
$transfmatrix
in file tcpdf.php, variable TCPDF::$transfmatrix
    Array of transformation matrix
$transfmatrix_key
in file tcpdf.php, variable TCPDF::$transfmatrix_key
    Current key for transformation matrix
$transfmrk
in file tcpdf.php, variable TCPDF::$transfmrk
    Array used to store positions of graphics transformation blocks inside the page buffer.
tcpdf_config.php
procedural page tcpdf_config.php
TCPDF
in file tcpdf.php, class TCPDF
    This is a PHP class for generating PDF documents without requiring external extensions.
tcpdf.php
procedural page tcpdf.php
TCPDF2DBarcode
in file 2dbarcodes.php, class TCPDF2DBarcode
    PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).
TCPDFBarcode
in file barcodes.php, class TCPDFBarcode
    PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).
Text
in file tcpdf.php, method TCPDF::Text()
    Prints a text cell at the specified position.
TextField
in file tcpdf.php, method TCPDF::TextField()
    Creates a text field
toUpper
in file qrcode.php, method QRcode::toUpper()
    toUpper
Transform
in file tcpdf.php, method TCPDF::Transform()
    Apply graphic transformations.
Translate
in file tcpdf.php, method TCPDF::Translate()
    Translate graphic object horizontally and vertically.
TranslateX
in file tcpdf.php, method TCPDF::TranslateX()
    Translate graphic object horizontally.
TranslateY
in file tcpdf.php, method TCPDF::TranslateY()
    Translate graphic object vertically.
top

u

$underline
in file tcpdf.php, variable TCPDF::$underline
$ur
in file tcpdf.php, variable TCPDF::$ur
    Array with additional document-wide usage rights for the document.
unhtmlentities
in file tcpdf.php, method TCPDF::unhtmlentities()
    Reverse function for htmlentities.
UniArrSubString
in file tcpdf.php, method TCPDF::UniArrSubString()
    Extract a slice of the $uniarr array and return it as string.
unichr
in file tcpdf.php, method TCPDF::unichr()
    Returns the unicode caracter specified by UTF-8 value
unicode_data.php
procedural page unicode_data.php
UTF8ArrayToUniArray
in file tcpdf.php, method TCPDF::UTF8ArrayToUniArray()
    Convert an array of UTF8 values to array of unicode characters
UTF8ArrSubString
in file tcpdf.php, method TCPDF::UTF8ArrSubString()
    Extract a slice of the $strarr array and return it as string.
UTF8ArrToLatin1
in file tcpdf.php, method TCPDF::UTF8ArrToLatin1()
    Converts UTF-8 characters array to array of Latin1 characters
utf8Bidi
in file tcpdf.php, method TCPDF::utf8Bidi()
    Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
utf8StrArrRev
in file tcpdf.php, method TCPDF::utf8StrArrRev()
    Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
UTF8StringToArray
in file tcpdf.php, method TCPDF::UTF8StringToArray()
    Converts UTF-8 strings to codepoints array.
utf8StrRev
in file tcpdf.php, method TCPDF::utf8StrRev()
    Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
UTF8ToLatin1
in file tcpdf.php, method TCPDF::UTF8ToLatin1()
    Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.
UTF8ToUTF16BE
in file tcpdf.php, method TCPDF::UTF8ToUTF16BE()
    Converts UTF-8 strings to UTF16-BE.
top

v

$version
in file qrcode.php, variable QRcode::$version
$versionPattern
in file qrcode.php, variable QRcode::$versionPattern
$viewer_preferences
in file tcpdf.php, variable TCPDF::$viewer_preferences
    PDF viewer preferences.
$visibility
in file tcpdf.php, variable TCPDF::$visibility
    Restrict the rendering of some elements to screen or printout.
top

w

$w
in file tcpdf.php, variable TCPDF::$w
$width
in file qrcode.php, variable QRcode::$width
$wPt
in file tcpdf.php, variable TCPDF::$wPt
Write
in file tcpdf.php, method TCPDF::Write()
    This method prints text from the current position.
write1DBarcode
in file tcpdf.php, method TCPDF::write1DBarcode()
    Print a Linear Barcode.
write2DBarcode
in file tcpdf.php, method TCPDF::write2DBarcode()
    Print 2D Barcode.
writeBarcode
in file tcpdf.php, method TCPDF::writeBarcode()
    This function is DEPRECATED, please use the new write1DBarcode() function.
writeDiskCache
in file tcpdf.php, method TCPDF::writeDiskCache()
    Writes data to a temporary file on filesystem.
writeFormatInformation
in file qrcode.php, method QRcode::writeFormatInformation()
    Write Format Information on frame and returns the number of black bits
writeHTML
in file tcpdf.php, method TCPDF::writeHTML()
    Allows to preserve some HTML formatting (limited support).
IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.
writeHTMLCell
in file tcpdf.php, method TCPDF::writeHTMLCell()
    Prints a cell (rectangular area) with optional borders, background color and html text string.
top

x

$x
in file qrcode.php, variable QRcode::$x
$x
in file tcpdf.php, variable TCPDF::$x
$xobjects
in file tcpdf.php, variable TCPDF::$xobjects
$xobjid
in file tcpdf.php, variable TCPDF::$xobjid
top

y

$y
in file tcpdf.php, variable TCPDF::$y
$y
in file qrcode.php, variable QRcode::$y
top

z

$ZoomMode
in file tcpdf.php, variable TCPDF::$ZoomMode
top

_

_addfield
in file tcpdf.php, method TCPDF::_addfield()
    Adds a javascript form field.
_AES
in file tcpdf.php, method TCPDF::_AES()
    Returns the input text exrypted using AES algorithm and the specified key.
_beginpage
in file tcpdf.php, method TCPDF::_beginpage()
    Initialize a new page.
_datastring
in file tcpdf.php, method TCPDF::_datastring()
    Format a data string for meta information
_datestring
in file tcpdf.php, method TCPDF::_datestring()
    Returns a formatted date for meta information
_destroy
in file tcpdf.php, method TCPDF::_destroy()
    Unset all class variables except the following critical variables: internal_encoding, state, bufferlen, buffer and diskcache.
_dochecks
in file tcpdf.php, method TCPDF::_dochecks()
    Check for locale-related bug
_dolinethrough
in file tcpdf.php, method TCPDF::_dolinethrough()
    Line through text.
_dolinethroughw
in file tcpdf.php, method TCPDF::_dolinethroughw()
    Line through for rectangular text area.
_dooverline
in file tcpdf.php, method TCPDF::_dooverline()
    Overline text.
_dooverlinew
in file tcpdf.php, method TCPDF::_dooverlinew()
    Overline for rectangular text area.
_dounderline
in file tcpdf.php, method TCPDF::_dounderline()
    Underline text.
_dounderlinew
in file tcpdf.php, method TCPDF::_dounderlinew()
    Underline for rectangular text area.
_encrypt_data
in file tcpdf.php, method TCPDF::_encrypt_data()
    Encrypt the input string.
_enddoc
in file tcpdf.php, method TCPDF::_enddoc()
    Output end of document (EOF).
_endpage
in file tcpdf.php, method TCPDF::_endpage()
    Mark end of page.
_escape
in file tcpdf.php, method TCPDF::_escape()
    Add "\" before "\", "(" and ")"
_escapetext
in file tcpdf.php, method TCPDF::_escapetext()
    THIS METHOD IS DEPRECATED
_freadint
in file tcpdf.php, method TCPDF::_freadint()
    Read a 4-byte (32 bit) integer from file.
_generateencryptionkey
in file tcpdf.php, method TCPDF::_generateencryptionkey()
    Compute encryption key
_getannotsrefs
in file tcpdf.php, method TCPDF::_getannotsrefs()
    Get references to page annotations.
_getBYTE
in file tcpdf.php, method TCPDF::_getBYTE()
    Get BYTE from string (8-bit unsigned integer).
_getfontpath
in file tcpdf.php, method TCPDF::_getfontpath()
    Return fonts path
_getobj
in file tcpdf.php, method TCPDF::_getobj()
    Return the starting object string for the selected object ID.
_getrawstream
in file tcpdf.php, method TCPDF::_getrawstream()
    get raw output stream.
_getSHORT
in file tcpdf.php, method TCPDF::_getSHORT()
    Get SHORT from string (Big Endian 16-bit signed integer).
_getstream
in file tcpdf.php, method TCPDF::_getstream()
    Format output stream (DEPRECATED).
_getTrueTypeFontSubset
in file tcpdf.php, method TCPDF::_getTrueTypeFontSubset()
    Returns a subset of the TrueType font data without the unused glyphs.
_getTTFtableChecksum
in file tcpdf.php, method TCPDF::_getTTFtableChecksum()
    Returs the checksum of a TTF table.
_getULONG
in file tcpdf.php, method TCPDF::_getULONG()
    Get ULONG from string (Big Endian 32-bit unsigned integer).
_getUSHORT
in file tcpdf.php, method TCPDF::_getUSHORT()
    Get USHORT from string (Big Endian 16-bit unsigned integer).
_getxobjectdict
in file tcpdf.php, method TCPDF::_getxobjectdict()
    Return XObjects Dictionary.
_JScolor
in file tcpdf.php, method TCPDF::_JScolor()
    Convert color to javascript color.
_md5_16
in file tcpdf.php, method TCPDF::_md5_16()
    Encrypts a string using MD5 and returns it's value as a binary string.
_newobj
in file tcpdf.php, method TCPDF::_newobj()
    Begin a new object and return the object number.
_objectkey
in file tcpdf.php, method TCPDF::_objectkey()
    Compute encryption key depending on object number where the encrypted data is stored.
_out
in file tcpdf.php, method TCPDF::_out()
    Output a string to the document.
_outCurve
in file tcpdf.php, method TCPDF::_outCurve()
    Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bézier control points.
_outCurveV
in file tcpdf.php, method TCPDF::_outCurveV()
    Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bézier control points.
_outCurveY
in file tcpdf.php, method TCPDF::_outCurveY()
    Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bézier control points.
_outellipticalarc
in file tcpdf.php, method TCPDF::_outellipticalarc()
    Append an elliptical arc to the current path.
_outLine
in file tcpdf.php, method TCPDF::_outLine()
    Append a straight line segment from the current point to the point (x, y).
_outPoint
in file tcpdf.php, method TCPDF::_outPoint()
    Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.
_outRect
in file tcpdf.php, method TCPDF::_outRect()
    Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.
_Ovalue
in file tcpdf.php, method TCPDF::_Ovalue()
    Compute O value (used for encryption)
_parsejpeg
in file tcpdf.php, method TCPDF::_parsejpeg()
    Extract info from a JPEG file without using the GD library.
_parsepng
in file tcpdf.php, method TCPDF::_parsepng()
    Extract info from a PNG file without using the GD library.
_putannotsobjs
in file tcpdf.php, method TCPDF::_putannotsobjs()
    Output annotations objects for all pages.
_putannotsrefs
in file tcpdf.php, method TCPDF::_putannotsrefs()
    Output references to page annotations
_putAPXObject
in file tcpdf.php, method TCPDF::_putAPXObject()
    Put appearance streams XObject used to define annotation's appearance states
_putbookmarks
in file tcpdf.php, method TCPDF::_putbookmarks()
    Create a bookmark PDF string.
_putcatalog
in file tcpdf.php, method TCPDF::_putcatalog()
    Output Catalog.
_putcidfont0
in file tcpdf.php, method TCPDF::_putcidfont0()
    Output CID-0 fonts.
_putEmbeddedFiles
in file tcpdf.php, method TCPDF::_putEmbeddedFiles()
    Embedd the attached files.
_putencryption
in file tcpdf.php, method TCPDF::_putencryption()
    Put encryption on PDF document.
_putextgstates
in file tcpdf.php, method TCPDF::_putextgstates()
    Put extgstates for object transparency
_putfonts
in file tcpdf.php, method TCPDF::_putfonts()
    Output fonts.
_putfontwidths
in file tcpdf.php, method TCPDF::_putfontwidths()
    Outputs font widths
_putheader
in file tcpdf.php, method TCPDF::_putheader()
    Output PDF header.
_putimages
in file tcpdf.php, method TCPDF::_putimages()
    Output images.
_putinfo
in file tcpdf.php, method TCPDF::_putinfo()
    Adds some Metadata information (Document Information Dictionary)
_putjavascript
in file tcpdf.php, method TCPDF::_putjavascript()
    Create a javascript PDF string.
_putocg
in file tcpdf.php, method TCPDF::_putocg()
    Put visibility settings.
_putpages
in file tcpdf.php, method TCPDF::_putpages()
    Output pages.
_putresourcedict
in file tcpdf.php, method TCPDF::_putresourcedict()
    Output Resources Dictionary.
_putresources
in file tcpdf.php, method TCPDF::_putresources()
    Output Resources.
_putshaders
in file tcpdf.php, method TCPDF::_putshaders()
    Output gradient shaders.
_putsignature
in file tcpdf.php, method TCPDF::_putsignature()
    Add certification signature (DocMDP or UR3)
_putspotcolors
in file tcpdf.php, method TCPDF::_putspotcolors()
    Output Spot Colors Resources.
_putstream
in file tcpdf.php, method TCPDF::_putstream()
    Output a stream (DEPRECATED).
_puttruetypeunicode
in file tcpdf.php, method TCPDF::_puttruetypeunicode()
    Adds unicode fonts.
_putviewerpreferences
in file tcpdf.php, method TCPDF::_putviewerpreferences()
    Output viewer preferences.
_putxobjects
in file tcpdf.php, method TCPDF::_putxobjects()
    Output Form XObjects Templates.
_RC4
in file tcpdf.php, method TCPDF::_RC4()
    Returns the input text exrypted using RC4 algorithm and the specified key.
_setGDImageTransparency
in file tcpdf.php, method TCPDF::_setGDImageTransparency()
    Set the transparency for the given GD image.
_textstring
in file tcpdf.php, method TCPDF::_textstring()
    Format a text string for meta information
_toJPEG
in file tcpdf.php, method TCPDF::_toJPEG()
    Convert the loaded image to a JPEG and then return a structure for the PDF creator.
_toPNG
in file tcpdf.php, method TCPDF::_toPNG()
    Convert the loaded image to a PNG and then return a structure for the PDF creator.
_Uvalue
in file tcpdf.php, method TCPDF::_Uvalue()
    Compute U value (used for encryption)
__construct
in file qrcode.php, method QRcode::__construct()
    This is the class constructor.
__construct
in file barcodes.php, method TCPDFBarcode::__construct()
    This is the class constructor.
__construct
in file tcpdf.php, method TCPDF::__construct()
    This is the class constructor.
__construct
in file 2dbarcodes.php, method TCPDF2DBarcode::__construct()
    This is the class constructor.
__construct
in file pdf417.php, method PDF417::__construct()
    This is the class constructor.
__destruct
in file tcpdf.php, method TCPDF::__destruct()
    Default destructor.
top

Documentation generated on Mon, 20 Sep 2010 17:33:21 +0200 by phpDocumentor 1.4.3