PdfProperties 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.PdfProperties[[PdfProperties]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
|
|
(
xmpMeta, |
Details
Constructors
PdfProperties
public PdfProperties()
Methods
SetKeywords
Source code
public static void SetKeywords(IXmpMeta xmpMeta, string keywords)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
keywords |
SetProducer
Source code
public static void SetProducer(IXmpMeta xmpMeta, string producer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
producer |
SetVersion
Source code
public static void SetVersion(IXmpMeta xmpMeta, string version)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmpMeta |
|
|
|
version |
Generated with ModularDoc