PaperSourceExtensions.ToAsposePaperSource

PaperSourceExtensions.ToAsposePaperSource method

Converts Windows-specific System.Drawing.Printing.PaperSource to PaperSource.

public static PaperSource ToAsposePaperSource(this PaperSource nativeSource)
ParameterTypeDescription
nativeSourcePaperSourceWindows paper source to convert.

Return Value

Converted paper source.

See Also