Discuss this help topic in SecureBlackbox Forum

TElPDFCompositeFont.DescendantFonts

TElPDFCompositeFont     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Descendant font(s) of the root Type 0 font.

Declaration

[C#]
    TElPDFCustomFont DescendantFonts;

[VB.NET]
    Property DescendantFonts As TElPDFCustomFont

[Pascal]
    property DescendantFonts : TElPDFCustomFont;

[C++]
    TElPDFCustomFont* get_DescendantFonts();
    void set_DescendantFonts(TElPDFCustomFont &Value);
    void set_DescendantFonts(TElPDFCustomFont *Value);

[PHP]
    TElPDFCustomFont get_DescendantFonts()
    void set_DescendantFonts(TElPDFCustomFont $Value)

[Java]
    TElPDFCustomFont getDescendantFonts();
    void setDescendantFonts(TElPDFCustomFont Value);

Description

    This property represents descendant font(s) of the root composite font.

Discuss this help topic in SecureBlackbox Forum