XmpMediaManagementSchema.RenditionClass Property

Gets or sets the rendition class name for this document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpString RenditionClass { get; set; }
VB
Public Property RenditionClass As XmpString
	Get
	Set

Property Value

Type: XmpString
The rendition class name for this document.

Remarks

This property should be absent or set to default for a document version that is not a derived rendition.

See Also