Show / Hide Table of Contents

Class AppearanceOptions

Parameters specifying set of elements (i.e. appearance items) to represent electronic seal required for PDFElectronicSealParams.

Inheritance
System.Object
AppearanceOptions
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class AppearanceOptions

Constructors

AppearanceOptions()

Creates a new AppearanceOptions instance.

Declaration
public AppearanceOptions()

Methods

AddItem(AppearanceItem)

Add the appearance items to the set.

Declaration
public void AddItem(AppearanceItem appearanceItem)
Parameters
Type Name Description
AppearanceItem appearanceItem

the appearance item

GetItems()

Returns the set of seal appearance items.

Declaration
public ISet<AppearanceItem> GetItems()
Returns
Type Description
System.Collections.Generic.ISet<AppearanceItem>

the set of seal appearance items

In This Article
  • Constructors
    • AppearanceOptions()
  • Methods
    • AddItem(AppearanceItem)
    • GetItems()
Back to top Copyright © 2020 Adobe. All rights reserved.