PdfOutputGenerator.PdfOutputGenerator
Contents
[
Hide
]PdfOutputGenerator()
Cteates an instance of PdfOutputGenerator class.
public PdfOutputGenerator()
See Also
- class PdfOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF
 
PdfOutputGenerator(PageInfo)
Cteates an instance of PdfOutputGenerator class.
public PdfOutputGenerator(PageInfo pageInfo)
| Parameter | Type | Description | 
|---|---|---|
| pageInfo | PageInfo | The page size and margins settings. | 
See Also
- class PageInfo
 - class PdfOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF
 
PdfOutputGenerator(OutputTextStyle)
Cteates an instance of PdfOutputGenerator class.
public PdfOutputGenerator(OutputTextStyle textStyle)
| Parameter | Type | Description | 
|---|---|---|
| textStyle | OutputTextStyle | The styles for the changed text. | 
See Also
- class OutputTextStyle
 - class PdfOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF
 
PdfOutputGenerator(OutputTextStyle, PageInfo)
Cteates an instance of PdfOutputGenerator class.
public PdfOutputGenerator(OutputTextStyle textStyle, PageInfo pageInfo)
| Parameter | Type | Description | 
|---|---|---|
| textStyle | OutputTextStyle | The styles for the changed text. | 
| pageInfo | PageInfo | The page size and margins settings. | 
See Also
- class OutputTextStyle
 - class PageInfo
 - class PdfOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF