[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextFontAndSize

SetTextFontAndSize Class

PDF "Tf" operator. Set the text font and size.

Inheritance
SetTextFontAndSize
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class SetTextFontAndSize : OperatorBase
Public Class SetTextFontAndSize
    Inherits OperatorBase

Constructors

Name Description
SetTextFontAndSize(Font, PdfName, float)

Initializes a new instance of the SetTextFontAndSize class.

Fields

Name Description
Font

The font.

FontName

The font resource name.

FontSize

The font size.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.