Table of Contents

Class Meta

Namespace
IO.Scanbot.Sdk.Pdf
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/pdf/Meta", DoNotGenerateAcw = true)]
public sealed class Meta : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Meta
Implements
Inherited Members

Constructors

Meta(string, string, string, string, string, string, string, string)

[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "")]
public Meta(string title, string author, string subject, string keywords, string creator, string producer, string creationDate, string modDate)

Parameters

title string
author string
subject string
keywords string
creator string
producer string
creationDate string
modDate string

Properties

A

[Register("a")]
public string A { get; set; }

Property Value

string

Author

public string Author { get; }

Property Value

string

B

[Register("b")]
public string B { get; set; }

Property Value

string

C

[Register("c")]
public string C { get; set; }

Property Value

string

CreationDate

public string CreationDate { get; }

Property Value

string

Creator

public string Creator { get; }

Property Value

string

D

[Register("d")]
public string D { get; set; }

Property Value

string

E

[Register("e")]
public string E { get; set; }

Property Value

string

F

[Register("f")]
public string F { get; set; }

Property Value

string

G

[Register("g")]
public string G { get; set; }

Property Value

string

H

[Register("h")]
public string H { get; set; }

Property Value

string

Keywords

public string Keywords { get; }

Property Value

string

ModDate

public string ModDate { get; }

Property Value

string

Producer

public string Producer { get; }

Property Value

string

Subject

public string Subject { get; }

Property Value

string

Title

public string Title { get; }

Property Value

string