Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfFontEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfFontEventArgs

    Inheritance
    System.Object
    PdfFontEventArgs
    Namespace: Syncfusion.Pdf.Parsing
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfFontEventArgs : Object

    Properties

    FontName

    Declaration
    public string FontName { get; }
    Property Value
    Type Description
    System.String

    FontStream

    Declaration
    public Stream FontStream { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    FontStyle

    Declaration
    public PdfFontStyle FontStyle { get; }
    Property Value
    Type Description
    PdfFontStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved