DublinCoreProperties Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.xml.xmp iTextSharp.text.xml.xmp.DublinCoreProperties[[DublinCoreProperties]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
Details
Constructors
DublinCoreProperties
public DublinCoreProperties()
Methods
AddTitle
Source code
public static void AddTitle(IXmpMeta xmpMeta, string title)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
title |
SetTitle
Source code
public static void SetTitle(IXmpMeta xmpMeta, string title, string genericLang, string specificLang)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
title |
|
|
|
genericLang |
|
|
|
specificLang |
AddDescription
Source code
public static void AddDescription(IXmpMeta xmpMeta, string desc)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
desc |
SetDescription
Source code
public static void SetDescription(IXmpMeta xmpMeta, string desc, string genericLang, string specificLang)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
desc |
|
|
|
genericLang |
|
|
|
specificLang |
AddSubject
Source code
public static void AddSubject(IXmpMeta xmpMeta, string subject)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
subject |
SetSubject
Source code
public static void SetSubject(IXmpMeta xmpMeta, string[] subject)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
subject |
AddAuthor
Source code
public static void AddAuthor(IXmpMeta xmpMeta, string author)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
author |
SetAuthor
Source code
public static void SetAuthor(IXmpMeta xmpMeta, string[] author)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
author |
AddPublisher
Source code
public static void AddPublisher(IXmpMeta xmpMeta, string publisher)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
publisher |
SetPublisher
Source code
public static void SetPublisher(IXmpMeta xmpMeta, string[] publisher)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
publisher |
Generated with ModularDoc