C# 클래스 iTextSharp.text.pdf.PdfShadingPattern

상속: PdfDictionary
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
matrix float[]
patternName PdfName
patternReference PdfIndirectReference
shading PdfShading
writer PdfWriter

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddToBody ( ) : void
PdfShadingPattern ( PdfShading shading ) : System

메소드 상세

AddToBody() 공개 메소드

public AddToBody ( ) : void
리턴 void

PdfShadingPattern() 공개 메소드

public PdfShadingPattern ( PdfShading shading ) : System
shading PdfShading
리턴 System

프로퍼티 상세

matrix 보호되어 있는 프로퍼티

protected float[] matrix
리턴 float[]

patternName 보호되어 있는 프로퍼티

protected PdfName,iTextSharp.text.pdf patternName
리턴 PdfName

patternReference 보호되어 있는 프로퍼티

protected PdfIndirectReference,iTextSharp.text.pdf patternReference
리턴 PdfIndirectReference

shading 보호되어 있는 프로퍼티

protected PdfShading,iTextSharp.text.pdf shading
리턴 PdfShading

writer 보호되어 있는 프로퍼티

protected PdfWriter,iTextSharp.text.pdf writer
리턴 PdfWriter