C# 클래스 Novacode.Image

Represents an Image embedded in a document.
파일 보기 프로젝트 열기: WordDocX/DocX 1 사용 예제들

공개 메소드들

메소드 설명
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