Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfAnnotation CreateScreen( PdfWriter writer, Rectangle rect, string clipTitle, PdfFileSpecification fs, string mimeType, bool playOnDisplay ) |
Visual Basic |
---|
Public Shared Function CreateScreen ( _ writer As PdfWriter, _ rect As Rectangle, _ clipTitle As String, _ fs As PdfFileSpecification, _ mimeType As String, _ playOnDisplay As Boolean _ ) As PdfAnnotation |
Visual C++ |
---|
public: static PdfAnnotation^ CreateScreen( PdfWriter^ writer, Rectangle^ rect, String^ clipTitle, PdfFileSpecification^ fs, String^ mimeType, bool playOnDisplay ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- rect
- Type: iTextSharp.text..::..Rectangle
- clipTitle
- Type: System..::..String
- mimeType
- Type: System..::..String
- playOnDisplay
- Type: System..::..Boolean