Exemplo n.º 1
0
 public stDoc PdfToPngThumbnail(stDoc Doc)
 {
     object[] results = this.Invoke("PdfToPngThumbnail", new object[] {
         Doc
     });
     return((stDoc)(results[0]));
 }
Exemplo n.º 2
0
 public stDoc ToRaster(stDoc Doc)
 {
     object[] results = this.Invoke("ToRaster", new object[] {
         Doc
     });
     return((stDoc)(results[0]));
 }
Exemplo n.º 3
0
 public stDoc ToRasterFormat(stDoc Doc, string ext)
 {
     object[] results = this.Invoke("ToRasterFormat", new object[] {
         Doc,
         ext
     });
     return((stDoc)(results[0]));
 }
Exemplo n.º 4
0
 public stDoc ToRasterFormatEx(stDoc Doc, string ext, string label)
 {
     object[] results = this.Invoke("ToRasterFormatEx", new object[] {
         Doc,
         ext,
         label
     });
     return((stDoc)(results[0]));
 }
Exemplo n.º 5
0
 public stDoc ToRasterFormatWatermarked(stDoc Doc, string label, string watermark)
 {
     object[] results = this.Invoke("ToRasterFormatWatermarked", new object[] {
         Doc,
         label,
         watermark
     });
     return((stDoc)(results[0]));
 }
Exemplo n.º 6
0
 /// <remarks/>
 public void ToRasterAsync(stDoc Doc, object userState)
 {
     if ((this.ToRasterOperationCompleted == null))
     {
         this.ToRasterOperationCompleted = new System.Threading.SendOrPostCallback(this.OnToRasterOperationCompleted);
     }
     this.InvokeAsync("ToRaster", new object[] {
         Doc
     }, this.ToRasterOperationCompleted, userState);
 }
Exemplo n.º 7
0
 /// <remarks/>
 public void PdfToPngThumbnailAsync(stDoc Doc, object userState)
 {
     if ((this.PdfToPngThumbnailOperationCompleted == null))
     {
         this.PdfToPngThumbnailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPdfToPngThumbnailOperationCompleted);
     }
     this.InvokeAsync("PdfToPngThumbnail", new object[] {
         Doc
     }, this.PdfToPngThumbnailOperationCompleted, userState);
 }
Exemplo n.º 8
0
 /// <remarks/>
 public void ToRasterFormatWatermarkedAsync(stDoc Doc, string label, string watermark, object userState)
 {
     if ((this.ToRasterFormatWatermarkedOperationCompleted == null))
     {
         this.ToRasterFormatWatermarkedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnToRasterFormatWatermarkedOperationCompleted);
     }
     this.InvokeAsync("ToRasterFormatWatermarked", new object[] {
         Doc,
         label,
         watermark
     }, this.ToRasterFormatWatermarkedOperationCompleted, userState);
 }
Exemplo n.º 9
0
 /// <remarks/>
 public void ToRasterFormatExAsync(stDoc Doc, string ext, string label, object userState)
 {
     if ((this.ToRasterFormatExOperationCompleted == null))
     {
         this.ToRasterFormatExOperationCompleted = new System.Threading.SendOrPostCallback(this.OnToRasterFormatExOperationCompleted);
     }
     this.InvokeAsync("ToRasterFormatEx", new object[] {
         Doc,
         ext,
         label
     }, this.ToRasterFormatExOperationCompleted, userState);
 }
Exemplo n.º 10
0
 public stDoc ToRasterFormatRg(stDoc Doc, string ext, string label, string user, string password, int AllowPrinting, int AllowModifyContents, int AllowCopy, int AllowModifyAnnotations, int AllowFillIn, int AllowScreenReaders, int AllowAssembly, int AllowDegradedPrinting)
 {
     object[] results = this.Invoke("ToRasterFormatRg", new object[] {
         Doc,
         ext,
         label,
         user,
         password,
         AllowPrinting,
         AllowModifyContents,
         AllowCopy,
         AllowModifyAnnotations,
         AllowFillIn,
         AllowScreenReaders,
         AllowAssembly,
         AllowDegradedPrinting
     });
     return((stDoc)(results[0]));
 }
Exemplo n.º 11
0
 /// <remarks/>
 public void ToRasterFormatRgAsync(stDoc Doc, string ext, string label, string user, string password, int AllowPrinting, int AllowModifyContents, int AllowCopy, int AllowModifyAnnotations, int AllowFillIn, int AllowScreenReaders, int AllowAssembly, int AllowDegradedPrinting, object userState)
 {
     if ((this.ToRasterFormatRgOperationCompleted == null))
     {
         this.ToRasterFormatRgOperationCompleted = new System.Threading.SendOrPostCallback(this.OnToRasterFormatRgOperationCompleted);
     }
     this.InvokeAsync("ToRasterFormatRg", new object[] {
         Doc,
         ext,
         label,
         user,
         password,
         AllowPrinting,
         AllowModifyContents,
         AllowCopy,
         AllowModifyAnnotations,
         AllowFillIn,
         AllowScreenReaders,
         AllowAssembly,
         AllowDegradedPrinting
     }, this.ToRasterFormatRgOperationCompleted, userState);
 }
Exemplo n.º 12
0
 /// <remarks/>
 public void PdfToPngThumbnailAsync(stDoc Doc)
 {
     this.PdfToPngThumbnailAsync(Doc, null);
 }
Exemplo n.º 13
0
 /// <remarks/>
 public void ToRasterFormatAsync(stDoc Doc, string ext)
 {
     this.ToRasterFormatAsync(Doc, ext, null);
 }
Exemplo n.º 14
0
 /// <remarks/>
 public void ToRasterFormatRgAsync(stDoc Doc, string ext, string label, string user, string password, int AllowPrinting, int AllowModifyContents, int AllowCopy, int AllowModifyAnnotations, int AllowFillIn, int AllowScreenReaders, int AllowAssembly, int AllowDegradedPrinting)
 {
     this.ToRasterFormatRgAsync(Doc, ext, label, user, password, AllowPrinting, AllowModifyContents, AllowCopy, AllowModifyAnnotations, AllowFillIn, AllowScreenReaders, AllowAssembly, AllowDegradedPrinting, null);
 }
Exemplo n.º 15
0
 /// <remarks/>
 public void ToRasterFormatExAsync(stDoc Doc, string ext, string label)
 {
     this.ToRasterFormatExAsync(Doc, ext, label, null);
 }
Exemplo n.º 16
0
 /// <remarks/>
 public void ToRasterAsync(stDoc Doc)
 {
     this.ToRasterAsync(Doc, null);
 }
Exemplo n.º 17
0
 /// <remarks/>
 public void ToRasterFormatWatermarkedAsync(stDoc Doc, string label, string watermark)
 {
     this.ToRasterFormatWatermarkedAsync(Doc, label, watermark, null);
 }