public stDoc PdfToPngThumbnail(stDoc Doc) { object[] results = this.Invoke("PdfToPngThumbnail", new object[] { Doc }); return((stDoc)(results[0])); }
public stDoc ToRaster(stDoc Doc) { object[] results = this.Invoke("ToRaster", new object[] { Doc }); return((stDoc)(results[0])); }
public stDoc ToRasterFormat(stDoc Doc, string ext) { object[] results = this.Invoke("ToRasterFormat", new object[] { Doc, ext }); return((stDoc)(results[0])); }
public stDoc ToRasterFormatEx(stDoc Doc, string ext, string label) { object[] results = this.Invoke("ToRasterFormatEx", new object[] { Doc, ext, label }); return((stDoc)(results[0])); }
public stDoc ToRasterFormatWatermarked(stDoc Doc, string label, string watermark) { object[] results = this.Invoke("ToRasterFormatWatermarked", new object[] { Doc, label, watermark }); return((stDoc)(results[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); }
/// <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); }
/// <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); }
/// <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); }
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])); }
/// <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); }
/// <remarks/> public void PdfToPngThumbnailAsync(stDoc Doc) { this.PdfToPngThumbnailAsync(Doc, null); }
/// <remarks/> public void ToRasterFormatAsync(stDoc Doc, string ext) { this.ToRasterFormatAsync(Doc, ext, null); }
/// <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); }
/// <remarks/> public void ToRasterFormatExAsync(stDoc Doc, string ext, string label) { this.ToRasterFormatExAsync(Doc, ext, label, null); }
/// <remarks/> public void ToRasterAsync(stDoc Doc) { this.ToRasterAsync(Doc, null); }
/// <remarks/> public void ToRasterFormatWatermarkedAsync(stDoc Doc, string label, string watermark) { this.ToRasterFormatWatermarkedAsync(Doc, label, watermark, null); }