C# Класс Aspose.Words.Examples.CSharp.Rendering_and_Printing.OutlineLayoutEntitiesRenderer

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

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

Метод Описание
Run ( Document doc, LayoutEnumerator it, string folderPath ) : void

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

Метод Описание
AddBoundingBoxToElementsOnPage ( LayoutEnumerator it, Graphics g ) : void

Adds a colored border around each layout element on the page.

GetColoredPenFromType ( LayoutEntityType type ) : Pen

Returns a different colored pen for each entity type.

PointToPixel ( float value, double resolution ) : int

Converts a value in points to pixels.

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

Run() публичный статический Метод

public static Run ( Document doc, LayoutEnumerator it, string folderPath ) : void
doc Document
it LayoutEnumerator
folderPath string
Результат void