←Select platform

PDFFontEmbeddingType Enumeration

Summary

Font embedding type.

Syntax
C#
VB
C++
[SerializableAttribute()] 
public enum PDFFontEmbeddingType 
<SerializableAttribute()>  
Public Enum PDFFontEmbeddingType 
public: 
   [SerializableAttribute] 
   enum class PDFFontEmbeddingType sealed 

Members

ValueMemberDescription
0NoneThe font is not embedded
1EmbeddedFont is fully embedded and a full copy of the entire character set of a font is stored in the PDF.
2EmbeddedSubsetFont is embedded, but with only those characters that are actually used in the lay-out are stored in the PDF.

Example

For an example, refer to PDFFont.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

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