←Select platform

MaximumStringLength Field

Summary

Gets the maximum size of a PDF string.

Syntax
C#
VB
C++
Java
public static readonly int MaximumStringLength 
Public Shared ReadOnly MaximumStringLength As Integer 
MAXIMUM_STRING_LENGTH 
public: 
static readonly int MaximumStringLength 

Field Value

The maximum size of a PDF string, which at most is 126 characters.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly