Page GetNamedSeparations Function. Gets all the named separations referenced by the page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets all the named separations referenced by the page.

 

   
Syntax  

[C#]
string[] GetNamedSeparations()

[Visual Basic]
Function GetNamedSeparations() As String()

 

   

Params
 
Name Description
return An array of the names of the separations.

 

   

Notes
 

Gets the names of all the separations referenced by the page.

In general named separations are referenced on a page because they are used on that page.

However this is not a necessary truth. Separations can be referenced but never used.

 

   

Example
 

None.