C# Класс Novacode.Image

Represents an Image embedded in a document.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreatePicture ( ) : Picture

Add an image to a document, create a custom view of that image (picture) and then insert it into a Paragraph using append.

CreatePicture ( int height, int width ) : Picture
GetStream ( FileMode mode, FileAccess access ) : Stream

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

Метод Описание
Image ( DocX document, PackageRelationship pr ) : System

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

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

Add an image to a document, create a custom view of that image (picture) and then insert it into a Paragraph using append.
public CreatePicture ( ) : Picture
Результат Picture

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

public CreatePicture ( int height, int width ) : Picture
height int
width int
Результат Picture

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

public GetStream ( FileMode mode, FileAccess access ) : Stream
mode FileMode
access FileAccess
Результат Stream