PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosDictionary Class / getAsString Method
Key to return.
Default value to return if the key does not exist.
In This Topic
    getAsString Method
    In This Topic
    Gets the value of the specified key as a string.
    Syntax
    public java.lang.String getAsString( 
       PDFCosName key,
       java.lang.String defaultValue
    )

    Parameters

    key
    Key to return.
    defaultValue
    Default value to return if the key does not exist.

    Return Value

    The key value
    See Also