Table of Contents

Class PdfAttributes

Namespace
IO.Scanbot.Pdf.Model
Assembly
DocumentSDK.NET.Droid.dll
public sealed class PdfAttributes : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
PdfAttributes
Implements

Constructors

PdfAttributes()

public PdfAttributes()

PdfAttributes(JSONObject)

public PdfAttributes(JSONObject json)

Parameters

json JSONObject

PdfAttributes(IDictionary<string, Object>)

public PdfAttributes(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

PdfAttributes(string, string, string, string, string)

public PdfAttributes(string author, string creator, string title, string subject, string keywords)

Parameters

author string
creator string
title string
subject string
keywords string

Properties

Author

public string Author { get; set; }

Property Value

string

Creator

public string Creator { get; set; }

Property Value

string

Keywords

public string Keywords { get; set; }

Property Value

string

Subject

public string Subject { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Methods

Clone()

public PdfAttributes Clone()

Returns

PdfAttributes

Component1()

public string Component1()

Returns

string

Component2()

public string Component2()

Returns

string

Component3()

public string Component3()

Returns

string

Component4()

public string Component4()

Returns

string

Component5()

public string Component5()

Returns

string

Copy(string, string, string, string, string)

public PdfAttributes Copy(string author, string creator, string title, string subject, string keywords)

Parameters

author string
creator string
title string
subject string
keywords string

Returns

PdfAttributes

Default()

public static PdfAttributes Default()

Returns

PdfAttributes

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags