menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfPortfolioAttributes - UWP API Reference | Syncfusion

    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
    Implements
    IPdfWrapper
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.UWP.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
    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

    Explicit Interface Implementations

    IPdfWrapper.Element

    Gets the element.

    Declaration
    IPdfPrimitive IPdfWrapper.Element { get; }
    Returns
    Type
    IPdfPrimitive

    Implements

    IPdfWrapper

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved