BmpDevice

BmpDevice

개요

BmpDevice은 .NET용 Aspose.PDF FOSS의 클래스입니다. 상속 대상: ImageDevice.

PDF 문서 페이지를 BMP 이미지 형식으로 렌더링합니다.

이 클래스는 .NET 프로그램에서 BmpDevice 객체를 작업하기 위한 11개의 메서드를 제공합니다. 사용 가능한 메서드에는 BmpDevice, GetBitmap, ImageDevice, Process가 포함됩니다. Aspose.PDF FOSS for .NET 패키지를 설치한 후 모든 .NET 애플리케이션에서 모든 public 멤버에 접근할 수 있습니다. 속성: CoordinateType, FormPresentationMode, Height, RenderingOptions, Resolution, Width.

속성

이름유형액세스설명
ResolutionResolution읽기DPI 단위의 출력 해상도.
RenderingOptionsAspose.Pdf.RenderingOptions읽기/쓰기페이지-이미지 렌더링에 대한 고급 제어를 위한 렌더링 옵션.
CoordinateTypePageCoordinateType읽기/쓰기렌더링된 이미지 범위를 결정하는 페이지 박스.
Widthint읽기설정된 목표 픽셀 너비(0 = 해상도에서 페이지의 자연 크기를 따름).
Heightint읽기설정된 목표 픽셀 높이(0 = 해상도에서 페이지의 자연 크기를 따름).
FormPresentationModeFormPresentationMode읽기/쓰기폼 필드가 렌더링되는 방식(프로덕션 vs 에디터).

메서드

SignatureDescription
BmpDevice(renderer: IPageRenderer)이 BmpDevice 인스턴스에서 BmpDevice(renderer)를 호출합니다.
BmpDevice(renderer: IPageRenderer, resolution: Resolution)이 BmpDevice 인스턴스에서 BmpDevice(renderer, resolution)를 호출합니다.
BmpDevice()
BmpDevice(resolution: Resolution)이 BmpDevice 인스턴스에서 BmpDevice(resolution)를 호출합니다.
BmpDevice(width: int, height: int)이 BmpDevice 인스턴스에서 BmpDevice(width, height)를 호출합니다.
BmpDevice(width: int, height: int, resolution: Resolution)이 BmpDevice 인스턴스에서 BmpDevice(width, height, resolution)를 호출합니다.
BmpDevice(pageSize: Aspose.Pdf.PageSize)이 BmpDevice 인스턴스에서 BmpDevice(pageSize)를 호출합니다.
BmpDevice(pageSize: Aspose.Pdf.PageSize, resolution: Resolution)이 BmpDevice 인스턴스에서 BmpDevice(pageSize, resolution)를 호출합니다.
Process(page: Page, output: Stream)이 BmpDevice 인스턴스에서 Process(page, output)를 호출합니다.
ImageDevice(resolution: Resolution)내장된 SoftwarePageRenderer를 사용하여 Resolution이 지정된 새 ImageDevice를 초기화합니다.
GetBitmap(page: Page)페이지를 Bitmap으로 렌더링합니다.

참조

 한국어