skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Interface IPdfEditor

Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.dll

Syntax

public interface IPdfEditor

Properties

OffsetX

Declaration
double OffsetX { get; }
Property Value
System.Double

OffsetY

Declaration
double OffsetY { get; }
Property Value
System.Double

Methods

CreateMatrixPosition()

Declaration
void CreateMatrixPosition()

CreateMatrixPosition(Double, Double)

this.editor.Position = savePosition;

Declaration
void CreateMatrixPosition(double x, double y)
Parameters
System.Double x

Horizontal offset that will be set as new Matrix position

System.Double y

Vertical offset that will be set as new Matrix position

DrawLine(PointF, PointF)

Declaration
void DrawLine(PointF startPoint, PointF endPoint)
Parameters
System.Drawing.PointF startPoint

System.Drawing.PointF endPoint

DrawRectangle(PointF, PointF)

Declaration
void DrawRectangle(PointF topLeft, PointF bottomRight)
Parameters
System.Drawing.PointF topLeft

System.Drawing.PointF bottomRight

PopClipping()

Declaration
void PopClipping()

PushClipping(Double, Double, Double, Double)

Declaration
void PushClipping(double x, double y, double width, double height)
Parameters
System.Double x

System.Double y

System.Double width

System.Double height

RestorePosition()

Declaration
void RestorePosition()

RestoreProperties()

Declaration
void RestoreProperties()

SavePosition()

Declaration
void SavePosition()

SaveProperties()

Declaration
void SaveProperties()

SetFillColor(Color)

Declaration
void SetFillColor(Color color)
Parameters
System.Drawing.Color color

SetLinearGradient(Int32, PointF, PointF, Color, Color, Color, Color)

This creates a linear gradient depending on number of colors needed

Declaration
void SetLinearGradient(int numberOfColors, PointF startPoint, PointF endPoint, Color color, Color color2, Color color3, Color color4)
Parameters
System.Int32 numberOfColors

System.Drawing.PointF startPoint

System.Drawing.PointF endPoint

System.Drawing.Color color

System.Drawing.Color color2

System.Drawing.Color color3

System.Drawing.Color color4

SetStrokeColor(Color)

Declaration
void SetStrokeColor(Color color)
Parameters
System.Drawing.Color color

SetTextFontSize(Double)

Declaration
void SetTextFontSize(double size)
Parameters
System.Double size

TranslatePosition(Double, Double)

Declaration
void TranslatePosition(double x, double y)
Parameters
System.Double x

System.Double y

TrySetFont(String, FontStyle)

Declaration
bool TrySetFont(string fontName, FontStyle fontStyle)
Parameters
System.String fontName

System.Drawing.FontStyle fontStyle

Returns
System.Boolean

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.