Vanilla.PDF  1.5.2
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_string_object.h File Reference

This file contains class definitions for StringObjectHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  StringType { StringType_Undefined = 0, StringType_Literal, StringType_Hexadecimal }
 Derived types of StringObjectHandle. More...
 

Detailed Description

This file contains class definitions for StringObjectHandle.

Enumeration Type Documentation

◆ StringType

enum StringType

Derived types of StringObjectHandle.

Enumerator
StringType_Undefined 

Undefined unitialized default value, triggers error when used.

StringType_Literal 

A literal string is preferable for printable data.

See also
LiteralStringObjectHandle
StringType_Hexadecimal 

A hexadecimal string is preferable for arbitrary binary data.

See also
HexadecimalStringObjectHandle