←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 
public static final int MAXIMUM_STRING_LENGTH = 126; 
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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.