PdfDocument.GetColorProfiles Method

Returns the enumerator that iterates through the collection of color profiles in this document.

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

Syntax

C#
public IEnumerable<PdfColorProfile> GetColorProfiles()
VB
Public Function GetColorProfiles As IEnumerable(Of PdfColorProfile)

Return Value

Type: IEnumerable<PdfColorProfile>
The enumerator that can be used to iterate through the collection of color profiles in this document.

See Also