C# Class iTextSharp.text.xml.xmp.PdfProperties

Show file Open project: nonorganic/dssnet Class Usage Examples

Public Properties

Property Type Description
KEYWORDS String
PRODUCER String
VERSION String

Public Methods

Method Description
SetKeywords ( IXmpMeta xmpMeta, String keywords ) : void
SetProducer ( IXmpMeta xmpMeta, String producer ) : void
SetVersion ( IXmpMeta xmpMeta, String version ) : void

Method Details

SetKeywords() public static method

public static SetKeywords ( IXmpMeta xmpMeta, String keywords ) : void
xmpMeta IXmpMeta
keywords String
return void

SetProducer() public static method

public static SetProducer ( IXmpMeta xmpMeta, String producer ) : void
xmpMeta IXmpMeta
producer String
return void

SetVersion() public static method

public static SetVersion ( IXmpMeta xmpMeta, String version ) : void
xmpMeta IXmpMeta
version String
return void

Property Details

KEYWORDS public static property

public static String KEYWORDS
return String

PRODUCER public static property

public static String PRODUCER
return String

VERSION public static property

public static String VERSION
return String