Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfPortfolioAttributes

    Show / Hide Table of Contents

    Class PdfPortfolioAttributes

    The class represents attributes of attached files in the portfolio such as Title,Name,Author..etc

    Inheritance
    System.Object
    PdfPortfolioAttributes
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfPortfolioAttributes : Object, IPdfWrapper

    Constructors

    PdfPortfolioAttributes()

    Initialize the instance of the class PdfPortfolioAttributes

    Declaration
    public PdfPortfolioAttributes()

    Properties

    AttributesKey

    Gets attribute keys

    Declaration
    public string[] AttributesKey { get; }
    Property Value
    Type Description
    System.String[]

    The array of attribute keys

    Methods

    AddAttributes(String, String)

    Add the attributes into portfolio

    Declaration
    public void AddAttributes(string key, string value)
    Parameters
    Type Name Description
    System.String key

    The attribute key such as name,date,author..etc

    System.String value

    The attribute value

    GetAttributes()

    Remove the attributes from the portfolio

    Declaration
    public PdfPortfolioSchemaCollection GetAttributes()
    Returns
    Type Description
    PdfPortfolioSchemaCollection

    RemoveAttributes(String)

    Remove the attributes from the portfolio

    Declaration
    public void RemoveAttributes(string key)
    Parameters
    Type Name Description
    System.String key

    The attribute key

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved