ContentType

PresentationPackage.ContentType property

Gets or sets the content type. Can be updated in a PPTX document only.

public string ContentType { get; set; }

Property Value

The type of the content.

Remarks

Can be updated in a PPTX document only. Read-only for other supported formats.

See Also