C# Класс CardMaker.Card.Export.PdfSharpExporter

Наследование: CardExportBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExportThread ( ) : void
PdfSharpExporter ( int nLayoutStartIndex, int nLayoutEndIndex, string sExportFile, string sPageOrientation ) : System

Приватные методы

Метод Описание
AddPage ( ) : void

Adds a new page to the PDF based on the current configuration

CenterLayoutPositionOnNewRow ( ) : void

Centers the draw point based on the number of items that will be drawn to the row from the current layout

ConfigurePointSizes ( CardMaker.XML.ProjectLayout zLayout ) : void

Updates the point sizes to match that of the PDF exporter

EvaluatePagePosition ( ) : void

Evaluates the position based on the next layout draw to determine if the draw point should be moved to the next row/page. This respects the horizontal centering option when adding a new page.

GetExportIndices ( ) : List
MoveToNextColumnPosition ( ) : void

Adjusts the x position to the next column based on the current layout

MoveToNextRow ( ) : void

Adjusts the y position to the next row based on the current layout respecting the horizontal centering option

Описание методов

ExportThread() публичный Метод

public ExportThread ( ) : void
Результат void

PdfSharpExporter() публичный Метод

public PdfSharpExporter ( int nLayoutStartIndex, int nLayoutEndIndex, string sExportFile, string sPageOrientation ) : System
nLayoutStartIndex int
nLayoutEndIndex int
sExportFile string
sPageOrientation string
Результат System