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
public: static readonly int MaximumStringLength
This value is used as the maximum length for the strings in 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.