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

Mostrar archivo 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_oe static_oe property

public static String KEYWORDS
return String

PRODUCER public_oe static_oe property

public static String PRODUCER
return String

VERSION public_oe static_oe property

public static String VERSION
return String