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