Method | Description | |
---|---|---|
AddFileAttachment ( PdfRpt.Core.Contracts.FileAttachment fileAttachment ) : void |
Adds an optional file attachment at the document level.
|
|
BackgroundImage ( string backgroundImageFilePath, System position = null ) : void |
Background image's file path and position.
|
|
Compression ( PdfRpt.Core.Contracts.CompressionSettings settings ) : void |
Compression settings.
|
|
ConformanceLevel ( PdfXConformance level ) : void |
Sets subsets of the PDF specification (ISO 15930-1 to ISO 15930-8) that promise predictable and consistent output for press printing.
|
|
CustomPageSize ( iTextSharp pageSize ) : void |
Sets the page size to PageSize.A4 for instance.
|
|
DiagonalWatermark ( |
A watermark text to display.
|
|
DocumentMargins ( PdfRpt.Core.Contracts.DocumentMargins margins ) : void |
Sets the new document's margins. Its predefined values are Bottom = 60, Left = 36, Right = 36, Top = 36.
|
|
DocumentMetadata ( PdfRpt.Core.Contracts.DocumentMetadata metadata ) : void |
Sets document's metadata.
|
|
DocumentPreferencesBuilder ( |
ctor.
|
|
Orientation ( PageOrientation value ) : void |
Sets the PageOrientation.
|
|
PageSize ( PdfPageSize size ) : void |
Sets the page size to PageSize.A4 for instance.
|
|
PagesBackgroundColor ( System backgroundColor ) : void |
Setting Page Background Color.
|
|
PrintingPreferences ( PdfRpt.Core.Contracts.PrintingPreferences preferences ) : void |
Indicates default values of print dialog box.
|
|
RunDirection ( PdfRunDirection direction ) : void |
Sets the run direction to rtl or ltr.
|
|
ViewerPreferences ( |
Specifies the Adobe Reader's settings when a document is opened.
|
public AddFileAttachment ( PdfRpt.Core.Contracts.FileAttachment fileAttachment ) : void | ||
fileAttachment | PdfRpt.Core.Contracts.FileAttachment | a file attachment |
return | void |
public BackgroundImage ( string backgroundImageFilePath, System position = null ) : void | ||
backgroundImageFilePath | string | Background image's file path. |
position | System | Background image's position. If it's set to null, the image will be painted at the center of the page. |
return | void |
public Compression ( PdfRpt.Core.Contracts.CompressionSettings settings ) : void | ||
settings | PdfRpt.Core.Contracts.CompressionSettings | Compression settings |
return | void |
public ConformanceLevel ( PdfXConformance level ) : void | ||
level | PdfXConformance | conformance level |
return | void |
public CustomPageSize ( iTextSharp pageSize ) : void | ||
pageSize | iTextSharp | selected page size |
return | void |
public DiagonalWatermark ( |
||
watermark | watermark settings | |
return | void |
public DocumentMargins ( PdfRpt.Core.Contracts.DocumentMargins margins ) : void | ||
margins | PdfRpt.Core.Contracts.DocumentMargins | The new document's margins |
return | void |
public DocumentMetadata ( PdfRpt.Core.Contracts.DocumentMetadata metadata ) : void | ||
metadata | PdfRpt.Core.Contracts.DocumentMetadata | document's metadata |
return | void |
public DocumentPreferencesBuilder ( |
||
pdfReport | ||
return | System.Collections.Generic |
public Orientation ( PageOrientation value ) : void | ||
value | PageOrientation | Page Orientation |
return | void |
public PageSize ( PdfPageSize size ) : void | ||
size | PdfPageSize | selected page size |
return | void |
public PagesBackgroundColor ( System backgroundColor ) : void | ||
backgroundColor | System | Pages Background Color |
return | void |
public PrintingPreferences ( PdfRpt.Core.Contracts.PrintingPreferences preferences ) : void | ||
preferences | PdfRpt.Core.Contracts.PrintingPreferences | printing preferences |
return | void |
public RunDirection ( PdfRunDirection direction ) : void | ||
direction | PdfRunDirection | run direction, rtl or ltr |
return | void |
public ViewerPreferences ( |
||
preferences | viewer preferences | |
return | void |