C# 클래스 Web.Utilities.PdfResult

상속: ActionResult
파일 보기 프로젝트 열기: shendongnian/code

보호된 프로퍼티들

프로퍼티 타입 설명
pdfStream MemoryStream

공개 메소드들

메소드 설명
ExecuteResult ( ControllerContext context ) : void
PdfResult ( PdfDocument doc ) : System
PdfResult ( String pdfpath ) : System

메소드 상세

ExecuteResult() 공개 메소드

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
리턴 void

PdfResult() 공개 메소드

public PdfResult ( PdfDocument doc ) : System
doc PdfDocument
리턴 System

PdfResult() 공개 메소드

public PdfResult ( String pdfpath ) : System
pdfpath String
리턴 System

프로퍼티 상세

pdfStream 보호되어 있는 프로퍼티

protected MemoryStream pdfStream
리턴 MemoryStream