Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDocument Class : MaximumStringLength Field |
public static readonly int MaximumStringLength
'Declaration
Public Shared ReadOnly MaximumStringLength As Integer
'Usage
Dim value As Integer value = PDFDocument.MaximumStringLength
MAXIMUM_STRING_LENGTH
public: static readonly int MaximumStringLength
This value is used as the maximum length for the strings of the following properties:
These values should not contain more than 126 characters as defined by the PDF standard. LEADTOOLS will automatically truncate the values of these properties to 126 before writing them to a PDF file.