←Select platform

MaximumStringLength Field

Summary
Gets the maximum size of a PDF string.
Syntax
C#
C++/CLI
Java
Python
public static readonly int MaximumStringLength 
public static final int MAXIMUM_STRING_LENGTH = 126; 
public: 
static readonly int MaximumStringLength 
MaximumStringLength (PDFDocument) 

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 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

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